|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Dec 2722:30:09 EST 2001 |
| 3 | +Last updated:Thu Dec 2723:29:10 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -239,7 +239,8 @@ CLIENTS
|
239 | 239 | * Add PGPASSWORDFILE environment variable or ~/.pgpass to store
|
240 | 240 | user/host/password combinations
|
241 | 241 | * Remove PGPASSWORD because is insecure on some OS's
|
242 |
| -* Allow secure single-user use without passwords using Unix socket permissions |
| 242 | +* -Allow secure single-user use without passwords using Unix socket permissions |
| 243 | +* Make single-user local socket permissions the default (Peter E) |
243 | 244 | * JDBC
|
244 | 245 | o Comprehensive test suite. This may be available already.
|
245 | 246 | o Updateable resultSet (must be done in backend code)
|
|