Upstream PR
dimitri#1509
Summary
pg_get_serial_sequence column name arg was wrapped in quote_ident(), producing double-quoted identifiers that caused column ""colName"" does not exist errors. Fix removes quote_ident() from the column name parameter.
Files
src/pgsql/pgsql-create-schema.lisp
Notes