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 searched the issues and found no similar issues.
Description
Postgres documents and supports the SHOW command, which actually is a PG extension.
Using that command fails to parse:
== [test.sql] FAIL
L: 9 | P: 1 | PRS | Line 9, Position 1: Found unparsable section: 'SHOW
| datestyle;\n\n-- Setup\nINSERT INTO co...'
WARNING: Parsing errors found and dialect is set to 'postgres'. Have you configured your dialect correctly?
All Finished 📜 🎉!
Use case
Would be good if sqlfluff would be able to parse the SQL script and handle the command.
Dialect
Postgres.
Are you willing to work on and submit a PR to address the issue?
Search before asking
Description
Postgres documents and supports the SHOW command, which actually is a PG extension.
Using that command fails to parse:
Use case
Would be good if
sqlfluff
would be able to parse the SQL script and handle the command.Dialect
Postgres.
Are you willing to work on and submit a PR to address the issue?
Code of Conduct
The text was updated successfully, but these errors were encountered: