aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-23 02:49:42 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-23 02:49:42 +0000
commitb7c2258833ec12e863610231a3dba47df6ec5cae (patch)
tree7b91387b03226dffe434b36b91df8f2839e618dd
parent0b2adc1e5f212bdc2eaf7a382fb30076c74502c4 (diff)
downloadpostgresql-b7c2258833ec12e863610231a3dba47df6ec5cae.tar.gz
postgresql-b7c2258833ec12e863610231a3dba47df6ec5cae.zip
Add:
> * Allow WAL replay of CREATE TABLESPACE to work when the directory > structure on the recovery computer is different from the original
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 1ab9dfe6325..7f4514f0cb3 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: Tue Mar 22 21:41:32 EST 2005
+Last updated: Tue Mar 22 21:49:46 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -80,6 +80,8 @@ Administration
It could start with a random tablespace from a supplied list and cycle
through the list.
+* Allow WAL replay of CREATE TABLESPACE to work when the directory
+ structure on the recovery computer is different from the original
* Add "include file" functionality in postgresql.conf
* Add session start time and last statement time to pg_stat_activity
* Allow server logs to be remotely read using SQL commands