pgsql: Move to referential integrity section: > o Allow DEFERRABLE and

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Move to referential integrity section: > o Allow DEFERRABLE and
Дата
Msg-id 20060828232146.5F6779FD2E5@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1961 -> r1.1962)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1961&r2=1.1962)
    pgsql/doc/src/FAQ:
        TODO.html (r1.463 -> r1.464)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.463&r2=1.464)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update: < * Allow DEFERRABLE UNIQUE constraints? > * Allow
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add URL: >