From: Bruce Momjian Date: Fri, 21 Dec 2001 04:31:58 +0000 (+0000) Subject: * Fix contrib/dbase to not require libiconv. X-Git-Tag: REL7_2_BETA5~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7aeb7db183ed9ea4738917303800f63910f4fc9;p=postgresql * Fix contrib/dbase to not require libiconv. --- diff --git a/doc/TODO b/doc/TODO index 5ccf8b6b08..a860fac7b3 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Dec 20 22:55:17 EST 2001 +Last updated: Thu Dec 20 23:31:45 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -239,6 +239,7 @@ CLIENTS * Add PGPASSWORDFILE password file capability to libpq and psql flag * Remove PGPASSWORD because is insecure on some OS's * Allow secure single-user use without passwords using Unix socket permissions +* Fix contrib/dbase to not require libiconv * JDBC o Comprehensive test suite. This may be available already. o Updateable resultSet (must be done in backend code)