|
8 | 8 | <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
9 | 9 | <h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <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 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <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>
|
137 | 137 | most recent transactions aren't available for recovery in case
|
138 | 138 | of a disk failure.
|
139 | 139 | </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 |
141 | 141 | 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 |
148 | 143 | 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> |
152 | 144 | </li><li>%Create dump tool for write-ahead logs for use in determining
|
153 | 145 | transaction id for point-in-time recovery
|
154 | 146 | </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>
|
762 | 754 | </li><li>Make SET CONNECTION thread-aware, non-standard?
|
763 | 755 | </li><li>Allow multidimensional arrays
|
764 | 756 | </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? |
766 | 758 | </li></ul>
|
767 | 759 | </li><li>libpq
|
768 | 760 | <ul>
|
|
0 commit comments