From e7a9ba487218a2b29a38fad0417d2374e5098c55 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 29 Sep 2003 16:52:14 +0000 Subject: [PATCH] Add: > * Have SHOW ALL and pg_settings show descriptions for server-side variables(Joe) --- doc/TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index 9878c160a9..e6e975ca56 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Sep 23 17:00:00 EDT 2003 +Last updated: Mon Sep 29 12:52:11 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -65,7 +65,7 @@ Administration * Allow pooled connections to query prepared queries * Allow pooled connections to close all open WITH HOLD cursors * Allow major upgrades without dump/reload, perhaps using pg_upgrade - +* Have SHOW ALL and pg_settings show descriptions for server-side variables(Joe) Data Types @@ -501,7 +501,7 @@ Source Code * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout * Add checks for fclose() failure -* Change CVS $Id: TODO,v 1.1138 2003/09/23 21:00:18 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1138 2003/09/23 21:00:18 momjian Exp $ +* Change CVS $Id: TODO,v 1.1139 2003/09/29 16:52:14 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1139 2003/09/29 16:52:14 momjian Exp $ * Exit postmaster if postgresql.conf can not be opened * Rename /scripts directory because they are all C programs now * Allow the regression tests to start postmaster with -i so the tests