Thread: pgsql: pg_restore: Add -N option to exclude schemas

pgsql: pg_restore: Add -N option to exclude schemas

From
Peter Eisentraut
Date:
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>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/46b55e7f853dc0ef60ae3b1042b883fa4ffac95f

Modified Files
--------------
doc/src/sgml/ref/pg_restore.sgml     | 18 +++++++++++++++++-
src/bin/pg_dump/pg_backup.h          |  1 +
src/bin/pg_dump/pg_backup_archiver.c |  5 +++++
src/bin/pg_dump/pg_restore.c         |  8 +++++++-
4 files changed, 30 insertions(+), 2 deletions(-)