pg_restore: Add -N option to exclude schemas
This is similar to the -N option in pg_dump, except that it doesn't take a pattern, just like the existing -n option in pg_restore. From: Michael Banck <michael.banck@credativ.de>
Showing
- doc/src/sgml/ref/pg_restore.sgml 17 additions, 1 deletiondoc/src/sgml/ref/pg_restore.sgml
- src/bin/pg_dump/pg_backup.h 1 addition, 0 deletionssrc/bin/pg_dump/pg_backup.h
- src/bin/pg_dump/pg_backup_archiver.c 5 additions, 0 deletionssrc/bin/pg_dump/pg_backup_archiver.c
- src/bin/pg_dump/pg_restore.c 7 additions, 1 deletionsrc/bin/pg_dump/pg_restore.c
Please register or sign in to comment