-
- Downloads
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.
Showing
- doc/src/sgml/ref/pg_restore.sgml 4 additions, 4 deletionsdoc/src/sgml/ref/pg_restore.sgml
- src/bin/pg_dump/pg_backup_archiver.c 2 additions, 1 deletionsrc/bin/pg_dump/pg_backup_archiver.c
- src/bin/pg_dump/pg_dump.c 57 additions, 40 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_restore.c 53 additions, 4 deletionssrc/bin/pg_dump/pg_restore.c
Loading
Please register or sign in to comment