1. 17 Oct, 2006 2 commits
  2. 16 Oct, 2006 7 commits
  3. 15 Oct, 2006 3 commits
  4. 14 Oct, 2006 2 commits
  5. 13 Oct, 2006 6 commits
  6. 12 Oct, 2006 9 commits
  7. 11 Oct, 2006 5 commits
  8. 10 Oct, 2006 5 commits
  9. 09 Oct, 2006 1 commit
    • 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