1. 18 Aug, 2004 4 commits
    • Bruce Momjian's avatar
      Add pg_dump section: · 3d20578e
      Bruce Momjian authored
      < * -Allow pg_dump to dump CREATE CONVERSION (Christopher)
      < * -Make pg_restore continue after errors, so it acts more like pg_dump scripts
      485,486d482
      < * Allow pg_dumpall to use non-text output formats
      < * Have pg_dump use multi-statement transactions for INSERT dumps
      493,496d488
      < * Allow pg_dump to use multiple -t and -n switches
      <
      <   This should be done by allowing a '-t schema.table' syntax.
      <
      498a491,512
      >
      > * pg_dump
      > 	o Allow pg_dumpall to use non-text output formats
      > 	o Have pg_dump use multi-statement transactions for INSERT dumps
      > 	o -Allow pg_dump to dump CREATE CONVERSION (Christopher)
      > 	o -Make pg_restore continue after errors, so it acts more like pg_dump
      > 	  scripts
      > 	o Allow pg_dump to use multiple -t and -n switches
      >
      > 	  This should be done by allowing a '-t schema.table' syntax.
      >
      > 	o Add dumping of comments on composite type columns
      > 	o Add dumping of comments on index columns
      > 	o Replace crude DELETE FROM method of pg_dumpall for cleaning of
      > 	  users and groups with separate DROP commands
      > 	o Add dumping and restoring of LOB comments
      > 	o Stop dumping CASCADE on DROP TYPE commands in clean mode
      > 	o Add full object name to the tag field.  eg. for operators we need
      > 	  '=(integer, integer)', instead of just '='.
      > 	o Add pg_dumpall custom format dumps. This is probably best done by
      > 	  combining pg_dump and pg_dumpall into a single binary
      > 	o Add CSV output format
      3d20578e
    • Bruce Momjian's avatar
      Replace incorrect example for quote_ident · af032f15
      Bruce Momjian authored
      Greg Sabino Mullan
      af032f15
    • Tom Lane's avatar
      Update release history for 7.4.5. · 950c8afc
      Tom Lane authored
      950c8afc
    • Bruce Momjian's avatar
  2. 17 Aug, 2004 10 commits
  3. 16 Aug, 2004 9 commits
  4. 15 Aug, 2004 6 commits
  5. 14 Aug, 2004 5 commits
  6. 13 Aug, 2004 6 commits