pg-query-parser
pg-query-parser copied to clipboard
Deparse Create Statements
Deparse "Create Table" Statements are not implemented or I'm doing anything wrong? Thank you for your time.
Only SELECT deparsing is implemented so far. PR's welcome though!
@zhm I'm working into this issue, what is the enum for contype attribute?
I have a solution that covers a lot of cases here: https://github.com/zhm/pg-query-parser/pull/9
still some work left, but it will probably help for most cases if anyone needs it :)
so the PR is now green - could close this if merged :)