]> granicus.if.org Git - postgresql/commit
Revise psql pattern-matching switches as per discussion. The rule is now
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Oct 2006 23:36:59 +0000 (23:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Oct 2006 23:36:59 +0000 (23:36 +0000)
commit24e97528631e7e810ce61fc0f5fbcaca0c001c4c
treea5e9bfd5000f583ea12e72d12a7e00a856254b88
parent77d2b1b625c7decd7a25ec865bced3b927de6d4b
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.
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