1. 02 Sep, 2006 14 commits
  2. 31 Aug, 2006 5 commits
  3. 30 Aug, 2006 3 commits
  4. 29 Aug, 2006 16 commits
  5. 28 Aug, 2006 2 commits
    • Bruce Momjian's avatar
    • Bruce Momjian's avatar
      Move to referential integrity section: · 22bb6929
      Bruce Momjian authored
      > 	o Allow DEFERRABLE and end-of-statement UNIQUE constraints?
      >
      > 	  This would allow UPDATE tab SET col = col + 1 to work if col has
      > 	  a unique index.  Currently, uniqueness checks are done while the
      > 	  command is being executed, rather than at the end of the statement
      > 	  or transaction.
      >
      <
      < * Allow DEFERRABLE and end-of-statement UNIQUE constraints?
      <
      <   This would allow UPDATE tab SET col = col + 1 to work if col has
      <   a unique index.  Currently, uniqueness checks are done while the
      <   command is being executed, rather than at the end of the statement
      <   or transaction.
      22bb6929