Skip to content

Commit 12c41d7

Browse files
committed
Completed:
< * -Allow triggers to be disabled [trigger] > * -Allow triggers to be disabled
1 parent e9a725f commit 12c41d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Wed Aug 24 16:33:53 EDT 2005
5+
Last updated: Wed Aug 24 21:24:51 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -645,7 +645,7 @@ Referential Integrity
645645
* Change foreign key constraint for array -> element to mean element
646646
in array?
647647
* Allow DEFERRABLE UNIQUE constraints?
648-
* -Allow triggers to be disabled [trigger]
648+
* -Allow triggers to be disabled
649649
* Allow triggers to be disabled in only the current session.
650650

651651
This is currently possible by starting a multi-statement transaction,

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Wed Aug 24 16:33:53 EDT 2005
11+
Last updated: Wed Aug 24 21:24:51 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -585,7 +585,7 @@ <h1><a name="section_10">Referential Integrity</a></h1>
585585
</li><li>Change foreign key constraint for array -&gt; element to mean element
586586
in array?
587587
</li><li>Allow DEFERRABLE UNIQUE constraints?
588-
</li><li>-<em>Allow triggers to be disabled [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?trigger">trigger</a>]</em>
588+
</li><li>-<em>Allow triggers to be disabled</em>
589589
</li><li>Allow triggers to be disabled in only the current session.
590590
<p> This is currently possible by starting a multi-statement transaction,
591591
modifying the system tables, performing the desired SQL, restoring the

0 commit comments

Comments
 (0)