Commit b7c22588 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Allow WAL replay of CREATE TABLESPACE to work when the directory
>   structure on the recovery computer is different from the original
parent 0b2adc1e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
...@@ -80,6 +80,8 @@ Administration ...@@ -80,6 +80,8 @@ Administration
It could start with a random tablespace from a supplied list and cycle It could start with a random tablespace from a supplied list and cycle
through the list. 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 "include file" functionality in postgresql.conf
* Add session start time and last statement time to pg_stat_activity * Add session start time and last statement time to pg_stat_activity
* Allow server logs to be remotely read using SQL commands * Allow server logs to be remotely read using SQL commands
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment