Commit a21c00d7 authored by Bruce Momjian's avatar Bruce Momjian

Update:

< * Add a GUC variable to control temporary and TOAST tablespace usage
> * Add a GUC variable to control the tablespace for temporary objects
parent a9b6a5ca
...@@ -5,7 +5,7 @@ TODO list for PostgreSQL ...@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail. Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Sun Oct 31 19:28:32 EST 2004 Last updated: Sun Oct 31 21:21:38 EST 2004
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.
...@@ -69,7 +69,7 @@ Administration ...@@ -69,7 +69,7 @@ Administration
explicit tablespaces. To fix this would require modifying pg_class in the explicit tablespaces. To fix this would require modifying pg_class in the
newly copied database, which we don't currently do. newly copied database, which we don't currently do.
* Add a GUC variable to control temporary and TOAST tablespace usage * Add a GUC variable to control the tablespace for temporary objects
* 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