Type Property
postgreSQLChecks
Indicates that PostgreSQL-specific syntax correctness checks should be made at runtime.
static var postgreSQLChecks: SQLTriggerSyntax.Create { get }
Discussion
Important
The checks in question are implemented as logging statements with the .warning level; invalid SQL syntax may still be generated.