-
Notifications
You must be signed in to change notification settings - Fork 926
Open
@anshum-heap
Description
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