Skip to content

Commit 745bb96

Browse files
committed
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. >
1 parent bb2d1ce commit 745bb96

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/TODO

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated: Sun Oct 31 21:21:38 EST 2004
8+
Last updated: Tue Nov 2 09:49:20 EST 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web
1111
site, http://www.PostgreSQL.org.
@@ -69,7 +69,12 @@ Administration
6969
explicit tablespaces. To fix this would require modifying pg_class in the
7070
newly copied database, which we don't currently do.
7171

72-
* Add a GUC variable to control the tablespace for temporary objects
72+
* Add a GUC variable to control the tablespace for temporary objects and
73+
sort files
74+
75+
This perhaps should use a round-robin allocation system where several
76+
tablespaces are used in a cycle. The cycle pointer should be global.
77+
7378
* Add "include file" functionality in postgresql.conf
7479
* Add session start time and last statement time to pg_stat_activity
7580
* Allow server logs to be remotely read using SQL commands

0 commit comments

Comments
 (0)