pgsql: Update: < * Allow DEFERRABLE UNIQUE constraints? > * Allow

Started by Bruce Momjianalmost 20 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1960 -> r1.1961)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1960&amp;r2=1.1961)
pgsql/doc/src/FAQ:
TODO.html (r1.462 -> r1.463)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.462&amp;r2=1.463)