Document function args are required for pg_restore -P.
Bruce Momjian <bruce@momjian.us>
Document function args are required for pg_restore -P. Fix pg_dump to not quote the function name in the storage tag. Fix pg_dump so GRANT/REVOKE(ACL) tag entries are not quoted, for consistency. Fix pg_restore to properly handle quotes and some spaces in -P.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_restore.sgml | modified | +4 −4 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +2 −1 |
| src/bin/pg_dump/pg_dump.c | modified | +57 −40 |
| src/bin/pg_dump/pg_restore.c | modified | +53 −4 |