From 9597446d117acab8663b785c10998d92cbd1db40 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 25 Jan 2007 04:38:59 +0000 Subject: [PATCH] Done: > o -Add a GUC variable to control the tablespace for temporary objects --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@

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. -- 2.39.5