]> granicus.if.org Git - postgresql/commit
Check existency of table/schema for -t/-n option (pg_dump/pg_restore)
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 14 Sep 2015 13:19:49 +0000 (16:19 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 14 Sep 2015 13:19:49 +0000 (16:19 +0300)
commitd02426029b133ee2bbe492a038642359bce3c527
treedccd2378dc06cb15019d91ade50898d6ebb2e33b
parentb5217d696833b15ed5d3c5e858e7f20836defa95
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>
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_restore.sgml
src/bin/pg_dump/dumputils.c
src/bin/pg_dump/dumputils.h
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_restore.c