diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-02-20 18:45:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-02-20 18:45:35 +0000 |
commit | e53c56d34aa2f83baefbfd0c2042f88f19baa10b (patch) | |
tree | 93c03a201f6ed8155bc3983faefdd922b491af9d | |
parent | 5e4b9d1ef0d8b8ff5c42c1f41224275593b05563 (diff) | |
download | postgresql-e53c56d34aa2f83baefbfd0c2042f88f19baa10b.tar.gz postgresql-e53c56d34aa2f83baefbfd0c2042f88f19baa10b.zip |
Add:
> * Allow external interfaces to extend the GUC variable set
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |