]> granicus.if.org Git - postgresql/commit
Move to referential integrity section:
authorBruce Momjian <bruce@momjian.us>
Mon, 28 Aug 2006 23:21:46 +0000 (23:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 28 Aug 2006 23:21:46 +0000 (23:21 +0000)
commit22bb6929cd996660aa462eb7a7579bd44ec49118
tree6b4e0c572f3694acdf4b7984a5aca6f9e5c23998
parent79222272bbace714af4f376fe2d8e0ce44dea61f
Move to referential integrity section:

>  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.
doc/TODO
doc/src/FAQ/TODO.html