diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-25 04:38:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-25 04:38:59 +0000 |
commit | 9597446d117acab8663b785c10998d92cbd1db40 (patch) | |
tree | 3289a2ac13f15b4358abd4598d9b5e41104c0a51 | |
parent | 148ea5cbeae1681ef06e7f3ccb554b8db728b45e (diff) | |
download | postgresql-9597446d117acab8663b785c10998d92cbd1db40.tar.gz postgresql-9597446d117acab8663b785c10998d92cbd1db40.zip |
Done:
> o -Add a GUC variable to control the tablespace for temporary objects
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Wed Jan 24 21:49:55 EST 2007 +Last updated: Wed Jan 24 23:38:55 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -131,7 +131,7 @@ Administration requires a tool that will call that function and connect to each database to find the objects in each database for that tablespace. - o %Add a GUC variable to control the tablespace for temporary objects + 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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 7aa4f8d890e..6aa60b14129 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: Wed Jan 24 21:49:55 EST 2007 +Last updated: Wed Jan 24 23:38:55 EST 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>. @@ -123,7 +123,7 @@ first. There is also a developer's wiki at<br/> requires a tool that will call that function and connect to each database to find the objects in each database for that tablespace. </p> - </li><li>%Add a GUC variable to control the tablespace for temporary objects + </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. |