What do you want to change?
With latest postgresql versions, they have added --restrict-key= and other meta-commands here
When running pg_dump command, it adds a new line \restrict <token> at the top of .sql file, which sqlc fails to parse.
What database engines need to be changed?
PostgreSQL
What programming language backends need to be changed?
Go
What do you want to change?
With latest postgresql versions, they have added
--restrict-key=and other meta-commands hereWhen running
pg_dumpcommand, it adds a new line\restrict <token>at the top of.sqlfile, which sqlc fails to parse.What database engines need to be changed?
PostgreSQL
What programming language backends need to be changed?
Go