diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-08-28 23:21:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-08-28 23:21:46 +0000 |
commit | 22bb6929cd996660aa462eb7a7579bd44ec49118 (patch) | |
tree | 6b4e0c572f3694acdf4b7984a5aca6f9e5c23998 /src/backend/tcop/postgres.c | |
parent | 79222272bbace714af4f376fe2d8e0ce44dea61f (diff) | |
download | postgresql-22bb6929cd996660aa462eb7a7579bd44ec49118.tar.gz postgresql-22bb6929cd996660aa462eb7a7579bd44ec49118.zip |
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.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions