]> granicus.if.org Git - postgresql/commit
Allow multiple -n (schema) and -t (table) pg_dump options, and add -T
authorBruce Momjian <bruce@momjian.us>
Tue, 1 Aug 2006 18:05:04 +0000 (18:05 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 1 Aug 2006 18:05:04 +0000 (18:05 +0000)
commit8977b68a42e41252b13364c92a86a0a42c83c72e
treefaa0e774caf09fadaec406c754ad4cefefd4423a
parent9a4eaa944020cbbfaf0f64f886eac36ab052c79b
Allow multiple -n (schema) and -t (table)  pg_dump options, and add -T
and -N options to exclude objects.  Also support regular expressions for
option object names.

Greg Sabino Mullane
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h