diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-11-01 00:28:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-11-01 00:28:40 +0000 |
commit | a9b6a5ca41ecb50989fb8331b12ecaf29e274ee7 (patch) | |
tree | 6d99a943ae6143997ff32209576f338b45bd5177 | |
parent | e837e4be8fd67d41d95197346c04f073154499a7 (diff) | |
download | postgresql-a9b6a5ca41ecb50989fb8331b12ecaf29e274ee7.tar.gz postgresql-a9b6a5ca41ecb50989fb8331b12ecaf29e274ee7.zip |
Add:
> * Add a GUC variable to control temporary and TOAST tablespace usage
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Oct 26 15:41:15 EDT 2004 +Last updated: Sun Oct 31 19:28:32 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -69,6 +69,7 @@ Administration explicit tablespaces. To fix this would require modifying pg_class in the newly copied database, which we don't currently do. +* Add a GUC variable to control temporary and TOAST tablespace usage * 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 |