Closed a-mckinley closed 2 years ago
@a-mckinley
Sorry :(
This is libpg-query problem.
This extension just returns the result from libpg-query
.
The problem seems to be they don't yet support PG14.
"create or replace trigger" is PG14 only.
Thanks for your report!
We upgrade the version of npm packages in the next release (including 'libpg-query').
Describe the bug
The following trigger definition breaks parsing
The error message is
cannot parse. syntax error at or near "trigger"
Environment