Update:
authorBruce Momjian <bruce@momjian.us>
Mon, 28 Aug 2006 23:20:35 +0000 (23:20 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 28 Aug 2006 23:20:35 +0000 (23:20 +0000)
commit1640af8f928da2914c44f573ebbefd59c0603163
tree9aa3470ee47627a24cccdcf647615a9e0b471043
parent8a7d5f33ad3df5b5fa06167670d57c4a55717d33
Update:

< * Allow DEFERRABLE UNIQUE constraints?
> * 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