diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-02-15 02:27:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-02-15 02:27:36 +0000 |
commit | 43410176a8101f6c47b56be14169282a2db7fece (patch) | |
tree | 925b5130ac5b45d1504b0871c04483cdf5df735b | |
parent | 1d7dfb149643199652c2521e89120b50690ca09f (diff) |
Add:
> * Add xpath_array() to /contrib/xml2 to return results as an array
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Mon Feb 14 14:51:14 EST 2005 +Last updated: Mon Feb 14 21:27:08 EST 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -907,6 +907,7 @@ Source Code * Improve NLS maintenace of libpgport messages linked onto applications * Allow ecpg to work with MSVC and BCC * Make src/port/snprintf.c thread-safe +* Add xpath_array() to /contrib/xml2 to return results as an array * Allow building in directories containing spaces This is probably not possible because 'gmake' and other compiler tools |