Skip to content

Commit 107c5a8

Browse files
committed
Added:
! * Add PGPASSWORDFILE environment variable or ~/.pgpass to store ! user/host/password combinations
1 parent 21e7e7e commit 107c5a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Dec 27 21:30:10 EST 2001
3+
Last updated: Thu Dec 27 22:30:09 EST 2001
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -236,7 +236,8 @@ CLIENTS
236236
* -Fix libpq to properly handle socket failures under native MS Win32
237237
* -Add MD5 to ODBC (Bruce)
238238
* 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
240241
* Remove PGPASSWORD because is insecure on some OS's
241242
* Allow secure single-user use without passwords using Unix socket permissions
242243
* JDBC

0 commit comments

Comments
 (0)