Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ac9e14d

Browse files
committed
Update wording:
< STABLE | DEFAULT ]. [wallog] > STABLE | DEFAULT ]. Tables using non-default logging should not use > referential integrity with default-logging tables, and tables using > stable logging probably can not have indexes. [wallog]
1 parent e7893db commit ac9e14d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/TODO

+4-2
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: Thu Jan 5 11:26:44 EST 2006
5+
Last updated: Thu Jan 5 11:35:12 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1023,7 +1023,9 @@ Write-Ahead Log
10231023
Another option is to avoid transaction logging entirely and truncate
10241024
or drop the table on crash recovery. These should be implemented
10251025
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]
10271029

10281030

10291031
Optimizer / Executor

doc/src/FAQ/TODO.html

+4-2
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: Thu Jan 5 11:26:44 EST 2006
11+
Last updated: Thu Jan 5 11:35:12 EST 2006
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>.
@@ -927,7 +927,9 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
927927
Another option is to avoid transaction logging entirely and truncate
928928
or drop the table on crash recovery. These should be implemented
929929
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>]
931933
</p>
932934
</li></ul>
933935
<h1><a name="section_20">Optimizer / Executor</a></h1>

0 commit comments

Comments
 (0)