Commit 24e9752
committed
Revise psql pattern-matching switches as per discussion. The rule is now
to process all inclusion switches then all exclusion switches, so that the
behavior is independent of switch ordering.
Use of -T does not cause non-table objects to be suppressed. And
the patterns are now interpreted the same way psql's \d commands do it,
rather than as pure regex commands; this allows for example -t schema.tab
to do what it should have been doing all along. Re-enable the --blobs
switch to do something useful, ie, add back blobs into a dump they were
otherwise suppressed from.1 parent 77d2b1b commit 24e9752
File tree
4 files changed
+553
-380
lines changed- doc/src/sgml/ref
- src/bin/pg_dump
4 files changed
+553
-380
lines changed
0 commit comments