diff --git a/doc/TODO b/doc/TODO index f0425d7f782..f1c1ee99eb4 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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 @@
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.
@@ -123,7 +123,7 @@ first. There is also a developer's wiki at
requires a tool that will call that function and connect to each
database to find the objects in each database for that tablespace.
It could start with a random tablespace from a supplied list and cycle through the list.