pgsql-ast-parser icon indicating copy to clipboard operation
pgsql-ast-parser copied to clipboard

Support `DEFERRABLE` clause in constraint definitions

Open reknih opened this issue 3 years ago • 0 comments

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!

reknih avatar Sep 14 '22 13:09 reknih