pg_restore: Add -N option to exclude schemas
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_restore.sgml | modified | +17 −1 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +5 −0 |
| src/bin/pg_dump/pg_backup.h | modified | +1 −0 |
| src/bin/pg_dump/pg_restore.c | modified | +7 −1 |