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

Commite7893db

Browse files
committed
Update wording:
< the table. Another option is to avoid transaction logging entirely< and truncate or drop the table on crash recovery. These should be< implemented using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP |< TRUNCATE | STABLE | DEFAULT ]. [wallog]> the table. This would affect COPY, and perhaps INSERT/UPDATE too.> Another option is to avoid transaction logging entirely and truncate> or drop the table on crash recovery. These should be implemented> using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP | TRUNCATE |> STABLE | DEFAULT ]. [wallog]
1 parent1b73681 commite7893db

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

‎doc/TODO

Lines changed: 6 additions & 5 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:Thu Jan 5 11:23:42 EST 2006
5+
Last updated:Thu Jan 5 11:26:44 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1019,10 +1019,11 @@ Write-Ahead Log
10191019
Allow tables to bypass WAL writes and just fsync() dirty pages on
10201020
commit. To do this, only a single writer can modify the table, and
10211021
writes must happen only on new pages. Readers can continue accessing
1022-
the table. Another option is to avoid transaction logging entirely
1023-
and truncate or drop the table on crash recovery. These should be
1024-
implemented using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP |
1025-
TRUNCATE | STABLE | DEFAULT ]. [wallog]
1022+
the table. This would affect COPY, and perhaps INSERT/UPDATE too.
1023+
Another option is to avoid transaction logging entirely and truncate
1024+
or drop the table on crash recovery. These should be implemented
1025+
using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP | TRUNCATE |
1026+
STABLE | DEFAULT ]. [wallog]
10261027

10271028

10281029
Optimizer / Executor

‎doc/src/FAQ/TODO.html

Lines changed: 6 additions & 5 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: Thu Jan 5 11:23:42 EST 2006
11+
Last updated: Thu Jan 5 11:26:44 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>.
@@ -923,10 +923,11 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
923923
<p> Allow tables to bypass WAL writes and just fsync() dirty pages on
924924
commit. To do this, only a single writer can modify the table, and
925925
writes must happen only on new pages. Readers can continue accessing
926-
the table. Another option is to avoid transaction logging entirely
927-
and truncate or drop the table on crash recovery. These should be
928-
implemented using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP |
929-
TRUNCATE | STABLE | DEFAULT ]. [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?wallog">wallog</a>]
926+
the table. This would affect COPY, and perhaps INSERT/UPDATE too.
927+
Another option is to avoid transaction logging entirely and truncate
928+
or drop the table on crash recovery. These should be implemented
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>]
930931
</p>
931932
</li></ul>
932933
<h1><aname="section_20">Optimizer / Executor</a></h1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp