File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -645,7 +645,7 @@ Referential Integrity
645
645
* Change foreign key constraint for array -> element to mean element
646
646
in array?
647
647
* Allow DEFERRABLE UNIQUE constraints?
648
- * -Allow triggers to be disabled [trigger]
648
+ * -Allow triggers to be disabled
649
649
* Allow triggers to be disabled in only the current session.
650
650
651
651
This is currently possible by starting a multi-statement transaction,
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
585
585
</ li > < li > Change foreign key constraint for array -> element to mean element
586
586
in array?
587
587
</ 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 >
589
589
</ li > < li > Allow triggers to be disabled in only the current session.
590
590
< p > This is currently possible by starting a multi-statement transaction,
591
591
modifying the system tables, performing the desired SQL, restoring the
You can’t perform that action at this time.
0 commit comments