git.postgresql.org Git - postgresql.git/commit
2006年8月28日 23:21:46 +0000 (23:21 +0000)
2006年8月28日 23:21:46 +0000 (23:21 +0000)
commit 22bb6929cd996660aa462eb7a7579bd44ec49118
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.
This is the main PostgreSQL git repository.
RSS
Atom