|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="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 | <ahref="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 ]. [<ahref="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. [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?wallog">wallog</a>] |
931 | 933 | </p>
|
932 | 934 | </li></ul>
|
933 | 935 | <h1><aname="section_20">Optimizer / Executor</a></h1>
|
|