PostgresTriggerStatementTerminatorRefinement

Suppresses standard:statement-terminator at PostgreSQL trigger body boundaries.

PostgreSQL trigger definitions can continue from the trigger header into EXECUTE FUNCTION, EXECUTE PROCEDURE, or trigger body syntax without a semicolon at intermediate clause boundaries.

Constructors

constructor()

Properties

Link copied to clipboard
open override val targetRuleId: QualifiedRuleId

Functions

Link copied to clipboard
open override fun refine(context: RuleContext, diagnostic: Diagnostic): Diagnostic?