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 trying to parse a sql-script with multiple statements, and some statements are analyze sometable statements. These are not recognized by the parser?
I'm trying to parse a sql-script with multiple statements, and some statements are
analyze sometable
statements. These are not recognized by the parser?See for the syntax:
https://www.postgresql.org/docs/current/sql-analyze.html
Simple test:
The text was updated successfully, but these errors were encountered: