|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Dec 2721:30:10 EST 2001 |
| 3 | +Last updated:Thu Dec 2722:30:09 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -236,7 +236,8 @@ CLIENTS |
236 | 236 | * -Fix libpq to properly handle socket failures under native MS Win32 |
237 | 237 | * -Add MD5 to ODBC (Bruce) |
238 | 238 | * Add documentation for perl, including mention of DBI/DBD perl location |
239 | | -* Add PGPASSWORDFILE password file capability to libpq and psql flag |
| 239 | +* Add PGPASSWORDFILE environment variable or ~/.pgpass to store |
| 240 | + user/host/password combinations |
240 | 241 | * Remove PGPASSWORD because is insecure on some OS's |
241 | 242 | * Allow secure single-user use without passwords using Unix socket permissions |
242 | 243 | * JDBC |
|