My use case is the following:
- I have PostgreSQL dumps made with
pg_dump -F p(plain-text SQL script file), which I have no control over how they're made - I like
pg_restoreflexibility (--no-owner, --data-only, --clean, etc)
I know I should use psql with plain-text SQL dumps, but is there any way to convert the SQL dump into a PostgreSQL custom-format dump so I can use pg_restore, or some way of getting all its options?
Thanks for the attention.
pg_dump -F c