sql: format roundtrip: syntax error at or near "storing" #28846
Labels
A-sql-syntax
Issues strictly related to the SQL grammar, with no semantic aspect
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
cannot parse output of Format: sql="CREATE INDEX IF NOT EXISTS CURRENT_ROLE ON VARCHAR USING GIN ( SNAPSHOT ASC ) STORING ( SUBSTRING , ident , EXPERIMENTAL_AUDIT ) INTERLEAVE IN PARENT ident . FULL . NOTNULL ( SUBSTRING ) RESTRICT", formattedSQL="CREATE INVERTED INDEX IF NOT EXISTS "current_role" ON "varchar" (snapshot ASC) STORING ("substring", ident, experimental_audit) INTERLEAVE IN PARENT ident.full.notnull ("substring") RESTRICT": syntax error at or near "storing"
Found with RSG.
The text was updated successfully, but these errors were encountered: