From a21c00d742d6c03b1b6ec570ec5697ff2a9b1057 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 1 Nov 2004 02:22:05 +0000 Subject: [PATCH] Update: < * Add a GUC variable to control temporary and TOAST tablespace usage > * Add a GUC variable to control the tablespace for temporary objects --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 1e6c9ca41c..3c7855ee86 100644 --- a/doc/TODO +++ b/doc/TODO @@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sun Oct 31 19:28:32 EST 2004 +Last updated: Sun Oct 31 21:21:38 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -69,7 +69,7 @@ Administration explicit tablespaces. To fix this would require modifying pg_class in the newly copied database, which we don't currently do. -* Add a GUC variable to control temporary and TOAST tablespace usage +* Add a GUC variable to control the tablespace for temporary objects * Add "include file" functionality in postgresql.conf * Add session start time and last statement time to pg_stat_activity * Allow server logs to be remotely read using SQL commands