pgsql: Mark item as complete, add another: < * Allow triggers to be

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql: Mark item as complete, add another: < * Allow triggers to be
Дата
Msg-id 20050823235118.02C92D769A@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Mark item as complete, add another:

< * Allow triggers to be disabled [trigger]
> * -Allow triggers to be disabled [trigger]
> * Allow triggers to be disabled in only the current session.
<   Currently the only way to disable triggers is to modify the system
<   tables.
>   This is currently possible by starting a multi-statement transaction,
>   modifying the system tables, performing the desired SQL, restoring the
>   system tables, and committing the transaction.  ALTER TABLE ...
>   TRIGGER requires a table lock so it is not idea for this usage.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1625 -> r1.1626)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1625&r2=1.1626)
    pgsql/doc/src/FAQ:
        TODO.html (r1.132 -> r1.133)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.132&r2=1.133)

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

Предыдущее
От: agoldshuv@pgfoundry.org (User Agoldshuv)
Дата:
Сообщение: bizgres - bizgres: Modified PQgetResult in the native end COPY method to
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Release note cleanups.