Check existency of table/schema for -t/-n option (pg_dump/pg_restore)
Teodor Sigaev <teodor@sigaev.ru>
Check existency of table/schema for -t/-n option (pg_dump/pg_restore) Patch provides command line option --strict-names which requires that at least one table/schema should present for each -t/-n option. Pavel Stehule <pavel.stehule@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_dump.sgml | modified | +17 −0 |
| doc/src/sgml/ref/pg_restore.sgml | modified | +10 −0 |
| src/bin/pg_dump/dumputils.c | modified | +17 −0 |
| src/bin/pg_dump/dumputils.h | modified | +4 −0 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +54 −0 |
| src/bin/pg_dump/pg_backup.h | modified | +1 −0 |
| src/bin/pg_dump/pg_dump.c | modified | +49 −30 |
| src/bin/pg_dump/pg_restore.c | modified | +5 −0 |