• Tom Lane's avatar
    Revise psql pattern-matching switches as per discussion. The rule is now · 24e97528
    Tom Lane authored
    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.
    24e97528
pg_dump.h 12.7 KB