File tree 2 files changed +4
-4
lines changed
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: Thu Jan 5 11:35:12 EST 2006
5
+ Last updated: Thu Jan 5 11:39:45 EST 2006
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.
@@ -1025,7 +1025,7 @@ Write-Ahead Log
1025
1025
using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP | TRUNCATE |
1026
1026
STABLE | DEFAULT ]. Tables using non-default logging should not use
1027
1027
referential integrity with default-logging tables, and tables using
1028
- stable logging probably can not have indexes. [wallog ]
1028
+ stable logging probably can not have indexes. [walcontrol ]
1029
1029
1030
1030
1031
1031
Optimizer / Executor
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: Thu Jan 5 11:35:12 EST 2006
11
+ Last updated: Thu Jan 5 11:39:45 EST 2006
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 > .
@@ -929,7 +929,7 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
929
929
using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP | TRUNCATE |
930
930
STABLE | DEFAULT ]. Tables using non-default logging should not use
931
931
referential integrity with default-logging tables, and tables using
932
- stable logging probably can not have indexes. [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?wallog " > wallog </ a > ]
932
+ stable logging probably can not have indexes. [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?walcontrol " > walcontrol </ a > ]
933
933
</ p >
934
934
</ li > </ ul >
935
935
< h1 > < a name ="section_20 "> Optimizer / Executor</ a > </ h1 >
You can’t perform that action at this time.
0 commit comments