File tree 2 files changed +8
-4
lines changed
2 files changed +8
-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:26:44 EST 2006
5
+ Last updated: Thu Jan 5 11:35:12 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.
@@ -1023,7 +1023,9 @@ Write-Ahead Log
1023
1023
Another option is to avoid transaction logging entirely and truncate
1024
1024
or drop the table on crash recovery. These should be implemented
1025
1025
using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP | TRUNCATE |
1026
- STABLE | DEFAULT ]. [wallog]
1026
+ STABLE | DEFAULT ]. Tables using non-default logging should not use
1027
+ referential integrity with default-logging tables, and tables using
1028
+ stable logging probably can not have indexes. [wallog]
1027
1029
1028
1030
1029
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:26:44 EST 2006
11
+ Last updated: Thu Jan 5 11:35:12 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 > .
@@ -927,7 +927,9 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
927
927
Another option is to avoid transaction logging entirely and truncate
928
928
or drop the table on crash recovery. These should be implemented
929
929
using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP | TRUNCATE |
930
- STABLE | DEFAULT ]. [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?wallog "> wallog</ a > ]
930
+ STABLE | DEFAULT ]. Tables using non-default logging should not use
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 > ]
931
933
</ p >
932
934
</ li > </ ul >
933
935
< h1 > < a name ="section_20 "> Optimizer / Executor</ a > </ h1 >
You can’t perform that action at this time.
0 commit comments