Postgres Specific Syntax #2190
dani-petrov
started this conversation in
General
Replies: 1 comment
|
Greetings! I think, this was only an experiment and is not used at all. |
0 replies
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
Uh oh!
There was an error while loading. Please reload this page.
I was going through the Feature class and i saw the following feature:
allowPostgresSpecificSyntax
As i am going to use the parser to parse PostgreSQL DDLs, I was wondering why this feature isn't used anywhere in the code of the parser. Is it a preparation for future improvements or is it just forgotten?
All reactions