Skip to content

Commit bc6a824

Browse files
committed
Update walcontrol item:
< * Allow control over which tables are WAL-logged > * Allow control over which tables are WAL-logged [walcontrol] 1038c1038,1039 < stable logging probably can not have indexes. [walcontrol] > stable logging probably can not have indexes. One complexity is > the handling of indexes on TOAST tables.
1 parent 3f89840 commit bc6a824

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/TODO

Lines changed: 4 additions & 3 deletions
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: Wed Feb 1 12:32:41 EST 2006
5+
Last updated: Fri Feb 3 22:23:19 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1024,7 +1024,7 @@ Write-Ahead Log
10241024
remove the 'fsync' parameter (which results in an an inconsistent
10251025
database) in favor of this capability.
10261026

1027-
* Allow control over which tables are WAL-logged
1027+
* Allow control over which tables are WAL-logged [walcontrol]
10281028

10291029
Allow tables to bypass WAL writes and just fsync() dirty pages on
10301030
commit. To do this, only a single writer can modify the table, and
@@ -1035,7 +1035,8 @@ Write-Ahead Log
10351035
using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP | TRUNCATE |
10361036
STABLE | DEFAULT ]. Tables using non-default logging should not use
10371037
referential integrity with default-logging tables, and tables using
1038-
stable logging probably can not have indexes. [walcontrol]
1038+
stable logging probably can not have indexes. One complexity is
1039+
the handling of indexes on TOAST tables.
10391040

10401041

10411042
Optimizer / Executor

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 3 deletions
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: Wed Feb 1 12:32:41 EST 2006
11+
Last updated: Fri Feb 3 22:23:19 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>.
@@ -928,7 +928,7 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
928928
remove the 'fsync' parameter (which results in an an inconsistent
929929
database) in favor of this capability.
930930
</p>
931-
</li><li>Allow control over which tables are WAL-logged
931+
</li><li>Allow control over which tables are WAL-logged [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?walcontrol">walcontrol</a>]
932932
<p> Allow tables to bypass WAL writes and just fsync() dirty pages on
933933
commit. To do this, only a single writer can modify the table, and
934934
writes must happen only on new pages. Readers can continue accessing
@@ -938,7 +938,8 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
938938
using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP | TRUNCATE |
939939
STABLE | DEFAULT ]. Tables using non-default logging should not use
940940
referential integrity with default-logging tables, and tables using
941-
stable logging probably can not have indexes. [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?walcontrol">walcontrol</a>]
941+
stable logging probably can not have indexes. One complexity is
942+
the handling of indexes on TOAST tables.
942943
</p>
943944
</li></ul>
944945
<h1><a name="section_20">Optimizer / Executor</a></h1>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy