aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-08-28 23:20:35 +0000
committerBruce Momjian <bruce@momjian.us>2006-08-28 23:20:35 +0000
commit79222272bbace714af4f376fe2d8e0ce44dea61f (patch)
treed9175e327d8a4fb9b4b23faed692ec3ae9c67acd /src/backend/tcop/postgres.c
parent1832cefda116f5bb3ef842a5be4434d29f036bec (diff)
downloadpostgresql-79222272bbace714af4f376fe2d8e0ce44dea61f.tar.gz
postgresql-79222272bbace714af4f376fe2d8e0ce44dea61f.zip
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. >
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions