Allow multiple -n (schema) and -t (table) pg_dump options, and add -T
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |