mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
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)
This commit is contained in:
parent
107c5a83e1
commit
a6e59234f7
5
doc/TODO
5
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -239,7 +239,8 @@ CLIENTS
|
|||||||
* Add PGPASSWORDFILE environment variable or ~/.pgpass to store
|
* Add PGPASSWORDFILE environment variable or ~/.pgpass to store
|
||||||
user/host/password combinations
|
user/host/password combinations
|
||||||
* Remove PGPASSWORD because is insecure on some OS's
|
* 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
|
* JDBC
|
||||||
o Comprehensive test suite. This may be available already.
|
o Comprehensive test suite. This may be available already.
|
||||||
o Updateable resultSet (must be done in backend code)
|
o Updateable resultSet (must be done in backend code)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user