diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-12-01 17:39:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-12-01 17:39:18 +0000 |
commit | b7bcea64ecca27e67dbc81525a71fcc0da396b36 (patch) | |
tree | c4ad1dff0ef06340c6c0f6f85cf83413b88bb2c8 | |
parent | 7f20a5920123066918a627029ad8ae7f7b55cf10 (diff) |
Add:
> * Allow ecpg to work with MSVC and BCC
-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: Tue Nov 30 17:15:01 EST 2004 +Last updated: Wed Dec 1 12:39:13 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -870,6 +870,7 @@ Source Code * Remove kerberos4 from source tree? * Allow cross-compiling by generating the zic database on the target system * Improve NLS maintenace of libpgport messages linked onto applications +* Allow ecpg to work with MSVC and BCC * Win32 |