Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc6a824

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 parent3f89840 commitbc6a824

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 Feb1 12:32:41 EST 2006
5+
Last updated:Fri Feb3 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
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Wed Feb1 12:32:41 EST 2006
11+
Last updated:Fri Feb3 22:23:19 EST 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="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 [<ahref="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. [<ahref="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><aname="section_20">Optimizer / Executor</a></h1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp