aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-04-18 03:00:44 +0000
committerBruce Momjian <bruce@momjian.us>2005-04-18 03:00:44 +0000
commitc57a418ce6891af11f0c8292b4e9bcee3b411541 (patch)
tree9a255722939fb7105e01b35e68ba8669150a3202
parentd755688f2429b7db6031818b39a17a5ba813fe1d (diff)
downloadpostgresql-c57a418ce6891af11f0c8292b4e9bcee3b411541.tar.gz
postgresql-c57a418ce6891af11f0c8292b4e9bcee3b411541.zip
Add:
> * Force archiving of partially-full WAL files when pg_stop_backup() is > called or the server is stopped
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 4e94505b306..2daac609d4c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Thu Apr 14 19:12:47 EDT 2005
+Last updated: Sun Apr 17 23:00:43 EDT 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -111,6 +111,8 @@ Administration
recent transactions aren't available for recovery in case of a disk
failure.
+* Force archiving of partially-full WAL files when pg_stop_backup() is
+ called or the server is stopped
* Create dump tool for write-ahead logs for use in determining
transaction id for point-in-time recovery
* Set proper permissions on non-system schemas during db creation