diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-18 03:51:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-18 03:51:35 +0000 |
commit | 83f8fb745982674d6abec63b11bdf28778182927 (patch) | |
tree | 537f1c547804c21e4ede1adef0a7dee4a5c1827c | |
parent | 1f0a19c2638ced556ce1fc4a7f61383131c9a9e9 (diff) | |
download | postgresql-83f8fb745982674d6abec63b11bdf28778182927.tar.gz postgresql-83f8fb745982674d6abec63b11bdf28778182927.zip |
Add:
> * Move some /contrib modules out to their own project sites
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Aug 17 23:19:44 EDT 2004 +Last updated: Tue Aug 17 23:51:40 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -818,6 +818,7 @@ Source Code * Promote debug_query_string into a server-side function current_query() * Allow the identifier length to be increased via a configure option * Allow binaries to be statically linked so they are more easily relocated +* Move some /contrib modules out to their own project sites * Wire Protocol Changes |