From: Bruce Momjian Date: Thu, 25 Jan 2007 04:38:59 +0000 (+0000) Subject: Done: X-Git-Tag: REL8_3_BETA1~1437 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9597446d117acab8663b785c10998d92cbd1db40;p=postgresql Done: > o -Add a GUC variable to control the tablespace for temporary objects --- diff --git a/doc/TODO b/doc/TODO index f0425d7f78..f1c1ee99eb 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 7aa4f8d890..6aa60b1412 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -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.

-
  • %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

    It could start with a random tablespace from a supplied list and cycle through the list.