PostgreSQL TODO List
====================
-Last updated: Mon Aug 7 21:24:28 EDT 2006
+Last updated: Tue Aug 8 13:39:58 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
most recent transactions aren't available for recovery in case
of a disk failure.
- o Automatically force archiving of partially-filled WAL files when
+ o -Automatically force archiving of partially-filled WAL files when
pg_stop_backup() is called or the server is stopped
-
- 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
part of partial log file archiving
-
- The offset allows parts of a WAL file to be archived using
- an external program.
-
o %Create dump tool for write-ahead logs for use in determining
transaction id for point-in-time recovery
o Allow a warm standby system to also allow read-only statements
-Last updated: Mon Aug 7 21:24:28 EDT 2006
+Last updated: Tue Aug 8 13:39:58 EDT 2006
The most recent version of this document can be viewed at
most recent transactions aren't available for recovery in case
of a disk failure.
-
Automatically force archiving of partially-filled WAL files when
+
-Automatically force archiving of partially-filled WAL files when
pg_stop_backup() is called or the server is stopped
-
Doing this will allow administrators to know more easily when
- the archive contains all the files needed for point-in-time
- recovery.
-
-
Add reporting of the current WAL file and offset, perhaps as
+
-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.
-
%Create dump tool for write-ahead logs for use in determining
transaction id for point-in-time recovery
Allow a warm standby system to also allow read-only statements
Make SET CONNECTION thread-aware, non-standard?
Allow multidimensional arrays
Add internationalized message strings
-
Add COPY TO STDIN handling
+
COPY FROM STDIN not implemented because not useful?
libpq