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

Commit5ffa0bb

Browse files
committed
Reorder items:
< o Allow point-in-time recovery to archive partially filled< write-ahead logs? [pitr]> o Add command to archive partially filled write-ahead logs? [pitr]< of a disk failure. This could be triggered by a user command or< a timer.> of a disk failure.< recovery. A function call to do this would also be useful.> recovery.> o Add reporting of the current WAL file and offset, perhaps as> part of partial log file archiving>> The offset allows parts of a WAL file to be archived using> an external program.>< o Add reporting of the current WAL file and offset, perhaps as< part of partial log file archiving<< The offset allows parts of a WAL file to be archived using< an external program.
1 parent9a74837 commit5ffa0bb

File tree

2 files changed

+19
-22
lines changed

2 files changed

+19
-22
lines changed

‎doc/TODO

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (bruce@momjian.us)
5-
Last updated:Tue Jul25 20:34:56 EDT 2006
5+
Last updated:Wed Jul26 13:22:49 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -144,22 +144,26 @@ Administration
144144

145145
* Point-In-Time Recovery (PITR)
146146

147-
o Allow point-in-time recovery to archive partially filled
148-
write-ahead logs? [pitr]
147+
o Add command to archive partially filled write-ahead logs? [pitr]
149148

150149
Currently only full WAL files are archived. This means that the
151150
most recent transactions aren't available for recovery in case
152-
of a disk failure. This could be triggered by a user command or
153-
a timer.
151+
of a disk failure.
154152

155153
o Automatically force archiving of partially-filled WAL files when
156154
pg_stop_backup() is called or the server is stopped
157155

158156
Doing this will allow administrators to know more easily when
159157
the archive contains all the files needed for point-in-time
160-
recovery. A function call to do this would also be useful.
158+
recovery.
161159
http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php
162160

161+
o Add reporting of the current WAL file and offset, perhaps as
162+
part of partial log file archiving
163+
164+
The offset allows parts of a WAL file to be archived using
165+
an external program.
166+
163167
o %Create dump tool for write-ahead logs for use in determining
164168
transaction id for point-in-time recovery
165169
o Allow a warm standby system to also allow read-only statements
@@ -168,11 +172,6 @@ Administration
168172
This is useful for checking PITR recovery.
169173

170174
o Allow the PITR process to be debugged and data examined
171-
o Add reporting of the current WAL file and offset, perhaps as
172-
part of partial log file archiving
173-
174-
The offset allows parts of a WAL file to be archived using
175-
an external program.
176175

177176

178177
Monitoring

‎doc/src/FAQ/TODO.html

Lines changed: 9 additions & 11 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated:Tue Jul25 20:34:56 EDT 2006
11+
Last updated:Wed Jul26 13:22:49 EDT 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>.
@@ -131,19 +131,22 @@ <h1><a name="section_2">Administration</a></h1>
131131
</li></ul>
132132
</li><li>Point-In-Time Recovery (PITR)
133133
<ul>
134-
<li>Allow point-in-time recovery to archive partially filled
135-
write-ahead logs? [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?pitr">pitr</a>]
134+
<li>Add command to archive partially filled write-ahead logs? [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?pitr">pitr</a>]
136135
<p> Currently only full WAL files are archived. This means that the
137136
most recent transactions aren't available for recovery in case
138-
of a disk failure. This could be triggered by a user command or
139-
a timer.
137+
of a disk failure.
140138
</p>
141139
</li><li>Automatically force archiving of partially-filled WAL files when
142140
pg_stop_backup() is called or the server is stopped
143141
<p> Doing this will allow administrators to know more easily when
144142
the archive contains all the files needed for point-in-time
145-
recovery. A function call to do this would also be useful.
143+
recovery.
146144
<ahref="http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php">http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php</a>
145+
</p>
146+
</li><li>Add reporting of the current WAL file and offset, perhaps as
147+
part of partial log file archiving
148+
<p> The offset allows parts of a WAL file to be archived using
149+
an external program.
147150
</p>
148151
</li><li>%Create dump tool for write-ahead logs for use in determining
149152
transaction id for point-in-time recovery
@@ -152,11 +155,6 @@ <h1><a name="section_2">Administration</a></h1>
152155
<p> This is useful for checking PITR recovery.
153156
</p>
154157
</li><li>Allow the PITR process to be debugged and data examined
155-
</li><li>Add reporting of the current WAL file and offset, perhaps as
156-
part of partial log file archiving
157-
<p> The offset allows parts of a WAL file to be archived using
158-
an external program.
159-
</p>
160158
</li></ul>
161159
</li></ul>
162160
<h1><aname="section_3">Monitoring</a></h1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp