pgsql: pg_restore: Add -N option to exclude schemas - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_restore: Add -N option to exclude schemas
Date
Msg-id E1bmVso-0007w7-FQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Fix documentation to match actual make output
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Re-add translation markers that were lost