diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-12-28 04:30:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-12-28 04:30:18 +0000 |
commit | a6e59234f7417c88feb118d8d477444e23ba42ef (patch) | |
tree | 9f8a1e456b473f062c030218131bbf0a65d83d3c | |
parent | 107c5a83e18ffb373242dca7a37c3173f0a69520 (diff) | |
download | postgresql-a6e59234f7417c88feb118d8d477444e23ba42ef.tar.gz postgresql-a6e59234f7417c88feb118d8d477444e23ba42ef.zip |
Update to show current capability and future direction, from Peter:
> * -Allow secure single-user access without passwords using Unix socket permissions
> * Make single-user local socket access permissions the default (Peter E)
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Dec 27 22:30:09 EST 2001 +Last updated: Thu Dec 27 23:29:10 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -239,7 +239,8 @@ CLIENTS * Add PGPASSWORDFILE environment variable or ~/.pgpass to store user/host/password combinations * 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 +* Make single-user local socket permissions the default (Peter E) * JDBC o Comprehensive test suite. This may be available already. o Updateable resultSet (must be done in backend code) |