-
- Downloads
Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that
dumps can be loaded into databases without the same tablespaces that the source had. The option acts by suppressing all "SET default_tablespace" commands, and also CREATE TABLESPACE commands in pg_dumpall's case. Gavin Roy, with documentation and minor fixes by me.
Showing
- doc/src/sgml/ref/pg_dump.sgml 18 additions, 1 deletiondoc/src/sgml/ref/pg_dump.sgml
- doc/src/sgml/ref/pg_dumpall.sgml 15 additions, 2 deletionsdoc/src/sgml/ref/pg_dumpall.sgml
- doc/src/sgml/ref/pg_restore.sgml 12 additions, 1 deletiondoc/src/sgml/ref/pg_restore.sgml
- src/bin/pg_dump/pg_backup.h 2 additions, 1 deletionsrc/bin/pg_dump/pg_backup.h
- src/bin/pg_dump/pg_backup_archiver.c 6 additions, 2 deletionssrc/bin/pg_dump/pg_backup_archiver.c
- src/bin/pg_dump/pg_dump.c 9 additions, 3 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_dumpall.c 12 additions, 5 deletionssrc/bin/pg_dump/pg_dumpall.c
- src/bin/pg_dump/pg_restore.c 18 additions, 10 deletionssrc/bin/pg_dump/pg_restore.c
Loading
Please register or sign in to comment