Support multiple -t/--table arguments for more commands
authorMagnus Hagander <magnus@hagander.net>
Thu, 17 Jan 2013 10:24:47 +0000 (11:24 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 17 Jan 2013 10:24:47 +0000 (11:24 +0100)
commitf3af53441ed0b306692a1cc31003a84d1b5b3cf7
treed21b2e0fd1885497eabb8fd294e652cf856b4ad0
parent36bdfa52a0780d2fcbb48665ab7ca98a13593fdf
Support multiple -t/--table arguments for more commands

On top of the previous support in pg_dump, add support to specify
multiple tables (by using the -t option multiple times) to
pg_restore, clsuterdb, reindexdb and vacuumdb.

Josh Kupershmidt, reviewed by Karl O. Pinc
15 files changed:
doc/src/sgml/ref/clusterdb.sgml
doc/src/sgml/ref/pg_restore.sgml
doc/src/sgml/ref/reindexdb.sgml
doc/src/sgml/ref/vacuumdb.sgml
src/bin/pg_dump/common.c
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.h
src/bin/pg_dump/pg_restore.c
src/bin/scripts/Makefile
src/bin/scripts/clusterdb.c
src/bin/scripts/reindexdb.c
src/bin/scripts/vacuumdb.c