1. 10 Aug, 2004 4 commits
    • Bruce Momjian's avatar
      Update DELETE FROM: · f7667e4c
      Bruce Momjian authored
      < * Allow DELETE to handle table aliases for self-joins
      > * Allow an alias to be provided for the target table in UPDATE/DELETE
      276,279c276,282
      <   There is no way to create a table alias for the deleted table for use
      <   in the DELETE WHERE clause.  The agreed approach is to allow a USING
      <   clause to specify additional tables.  UPDATE already has an optional
      <   FROM clause for this purpose.
      >   This is not SQL-spec but many DBMSs allow it.
      >
      > * Allow additional tables to be specified in DELETE for joins
      >
      >   UPDATE already allows this (UPDATE...FROM) but we need similar
      >   functionality in DELETE.  It's been agreed that the keyword should
      >   be USING, to avoid anything as confusing as DELETE FROM a FROM b.
      f7667e4c
    • Bruce Momjian's avatar
      Update DELETE FROM TODO info. · 2c29664b
      Bruce Momjian authored
      2c29664b
    • Bruce Momjian's avatar
      Add: · fdcad61f
      Bruce Momjian authored
      * Add COMMENT ON for all cluster global objects (users, groups,
        databases and tablespaces)
      fdcad61f
    • Tom Lane's avatar
      Update documentation to reflect the fact that we now know exactly what · 97b1ac1a
      Tom Lane authored
      time zone names we support.
      97b1ac1a
  2. 09 Aug, 2004 9 commits
  3. 08 Aug, 2004 27 commits