From: Bruce Momjian Date: Fri, 20 Feb 2004 18:45:35 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_0_0BETA1~1138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e53c56d34aa2f83baefbfd0c2042f88f19baa10b;p=postgresql Add: > * Allow external interfaces to extend the GUC variable set --- diff --git a/doc/TODO b/doc/TODO index 5d00c9583a..2177cf546f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Feb 18 16:41:58 EST 2004 +Last updated: Fri Feb 20 13:35:13 EST 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -50,6 +50,7 @@ Administration * 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) +* Allow external interfaces to extend the GUC variable set Data Types