Skip to content

Commit 2392cdb

Browse files
committed
Done:
< o Automatically force archiving of partially-filled WAL files when > o -Automatically force archiving of partially-filled WAL files when < < Doing this will allow administrators to know more easily when < the archive contains all the files needed for point-in-time < recovery. < http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php < < o Add reporting of the current WAL file and offset, perhaps as > o -Add reporting of the current WAL file and offset, perhaps as < < The offset allows parts of a WAL file to be archived using < an external program. <
1 parent e7d490f commit 2392cdb

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

doc/TODO

Lines changed: 3 additions & 13 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: Mon Aug 7 21:24:28 EDT 2006
5+
Last updated: Tue Aug 8 13:39:58 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -151,20 +151,10 @@ Administration
151151
most recent transactions aren't available for recovery in case
152152
of a disk failure.
153153

154-
o Automatically force archiving of partially-filled WAL files when
154+
o -Automatically force archiving of partially-filled WAL files when
155155
pg_stop_backup() is called or the server is stopped
156-
157-
Doing this will allow administrators to know more easily when
158-
the archive contains all the files needed for point-in-time
159-
recovery.
160-
http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php
161-
162-
o Add reporting of the current WAL file and offset, perhaps as
156+
o -Add reporting of the current WAL file and offset, perhaps as
163157
part of partial log file archiving
164-
165-
The offset allows parts of a WAL file to be archived using
166-
an external program.
167-
168158
o %Create dump tool for write-ahead logs for use in determining
169159
transaction id for point-in-time recovery
170160
o Allow a warm standby system to also allow read-only statements

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 12 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Mon Aug 7 21:24:28 EDT 2006
11+
Last updated: Tue Aug 8 13:39:58 EDT 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>.
@@ -137,18 +137,10 @@ <h1><a name="section_2">Administration</a></h1>
137137
most recent transactions aren't available for recovery in case
138138
of a disk failure.
139139
</p>
140-
</li><li>Automatically force archiving of partially-filled WAL files when
140+
</li><li>-Automatically force archiving of partially-filled WAL files when
141141
pg_stop_backup() is called or the server is stopped
142-
<p> Doing this will allow administrators to know more easily when
143-
the archive contains all the files needed for point-in-time
144-
recovery.
145-
<a href="http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php">http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php</a>
146-
</p>
147-
</li><li>Add reporting of the current WAL file and offset, perhaps as
142+
</li><li>-Add reporting of the current WAL file and offset, perhaps as
148143
part of partial log file archiving
149-
<p> The offset allows parts of a WAL file to be archived using
150-
an external program.
151-
</p>
152144
</li><li>%Create dump tool for write-ahead logs for use in determining
153145
transaction id for point-in-time recovery
154146
</li><li>Allow a warm standby system to also allow read-only statements
@@ -762,7 +754,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
762754
</li><li>Make SET CONNECTION thread-aware, non-standard?
763755
</li><li>Allow multidimensional arrays
764756
</li><li>Add internationalized message strings
765-
</li><li>Add COPY TO STDIN handling
757+
</li><li>COPY FROM STDIN not implemented because not useful?
766758
</li></ul>
767759
</li><li>libpq
768760
<ul>

0 commit comments

Comments
 (0)