diff options
author | Bruce Momjian | 2004-11-02 14:49:27 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-11-02 14:49:27 +0000 |
commit | 745bb9600f36d09c95d361339b44ffcec7525bf8 (patch) | |
tree | ccb25e5adf5f7044898c86dfe3739c8427327bb4 | |
parent | bb2d1ce8f15c2cf7cd20fb87e8912e588d328a0b (diff) |
Update:
< * Add a GUC variable to control the tablespace for temporary objects
> * Add a GUC variable to control the tablespace for temporary objects and
> sort files
>
> This perhaps should use a round-robin allocation system where several
> tablespaces are used in a cycle. The cycle pointer should be global.
>
-rw-r--r-- | doc/TODO | 9 |
1 files changed, 7 insertions, 2 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: Sun Oct 31 21:21:38 EST 2004 +Last updated: Tue Nov 2 09:49:20 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -69,7 +69,12 @@ 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 the tablespace for temporary objects +* Add a GUC variable to control the tablespace for temporary objects and + sort files + + This perhaps should use a round-robin allocation system where several + tablespaces are used in a cycle. The cycle pointer should be global. + * 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 |