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

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark item as complete, add another: < * Allow triggers to be
Date: 2005-08-23 23:51:18
Message-ID: 20050823235118.02C92D769A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-24 03:35:53 Re: pgsql: The attached patch updates the thread test program to run
Previous Message User Agoldshuv 2005-08-23 23:38:52 bizgres - bizgres: Modified PQgetResult in the native end COPY method to