There was an error while loading. Please reload this page.
With latest postgresql versions, they have added --restrict-key= and other meta-commands here
--restrict-key=
When running pg_dump command, it adds a new line \restrict <token> at the top of .sql file, which sqlc fails to parse.
pg_dump
\restrict <token>
.sql
PostgreSQL
Go