Allow multiple -n (schema) and -t (table) pg_dump options, and add -T

Bruce Momjian <bruce@momjian.us>

Commit: 8977b68a42e41252b13364c92a86a0a42c83c72e
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-08-01T18:05:04Z
Releases: 8.2.0
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

Files

PathChange+/−
doc/src/sgml/ref/pg_dump.sgml modified +90 −7
src/bin/pg_dump/common.c modified +2 −4
src/bin/pg_dump/pg_dump.c modified +247 −87
src/bin/pg_dump/pg_dump.h modified +2 −4