pgsql-ast-parser
pgsql-ast-parser copied to clipboard
Support `DEFERRABLE` clause in constraint definitions
Hello,
I want to use pgsql-ast-parser to validate SQL files in my project.
I noticed that the clauses DEFERRABLE INITIALLY IMMEDIATE or DEFERRABLE INITIALLY DEFERRED that control constraint application in transactions are not yet supported.
It would be great if this would be supported in the future!