pgsql: Mark item as complete, add another: < * Allow triggers to be - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Mark item as complete, add another: < * Allow triggers to be
Date
Msg-id 20050823235118.02C92D769A@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: agoldshuv@pgfoundry.org (User Agoldshuv)
Date:
Subject: bizgres - bizgres: Modified PQgetResult in the native end COPY method to
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Release note cleanups.