1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

Update TODO list.

This commit is contained in:
Bruce Momjian 2001-12-05 21:25:28 +00:00
parent 33cc40e8ba
commit b68174e5ed

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Wed Dec 5 16:23:39 EST 2001 Last updated: Wed Dec 5 16:25:23 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -234,8 +234,8 @@ CLIENTS
* -Fix libpq to properly handle socket failures under native MS Win32 * -Fix libpq to properly handle socket failures under native MS Win32
* -Add MD5 to ODBC (Bruce) * -Add MD5 to ODBC (Bruce)
* Add documentation for perl, including mention of DBI/DBD perl location * Add documentation for perl, including mention of DBI/DBD perl location
* Add PGPASSWORDFILE password file capability to libpq and psql flag, remove * Add PGPASSWORDFILE password file capability to libpq and psql flag
PGPASSWORD because it is insecure * Remove PGPASSWORD because is insecure on some OS's
* Allow secure single-user use without passwords using Unix socket permissions * Allow secure single-user use without passwords using Unix socket permissions
* JDBC * JDBC
o Comprehensive test suite. This may be available already. o Comprehensive test suite. This may be available already.