You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I`m working on a project which needs to parse several PostgreSQL specific queries, and among them we need to parse Set statements and Show statements.
But it seems the actual version of the grammar does not support show statements in the form:
show variable;
show all;
Is this grammar support expected to enter in the next release?
Would you accept a pull request for this if needed?