diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-06-03 18:49:28 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-06-03 18:49:28 +0000 |
commit | 55477d742e3586b9e8cd107b3cb38933ca5a3139 (patch) | |
tree | 15f02ace1c4a3d3842bf490ba8bfdcf10994440c /doc/src | |
parent | acfce502ba1f79ff48c9376a4c113ee06b2674b8 (diff) |
Remove description for:
o -Add a GUC variable to control the tablespace for temporary objects
and sort files
<
< It could start with a random tablespace from a supplied list and
< cycle through the list.
<
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 90dd0171e0a..a36a8f0bfd1 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Sat Jun 2 07:27:46 EDT 2007 +Last updated: Sun Jun 3 14:49:04 EDT 2007 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -133,9 +133,6 @@ first. There is also a developer's wiki at<br/> </p> </li><li>-<em>Add a GUC variable to control the tablespace for temporary objects</em> and sort files -<p> It could start with a random tablespace from a supplied list and - cycle through the list. -</p> </li><li>Allow WAL replay of CREATE TABLESPACE to work when the directory structure on the recovery computer is different from the original </li><li>Allow per-tablespace quotas |