|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Dec 27 23:29:10 EST 2001 |
| 3 | +Last updated:Thu Dec 27 23:32:28 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -239,8 +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 |
| -* -Allowsecuresingle-useruse without passwords using Unix socket permissions |
243 |
| -* Make single-user localsocket permissions the default (Peter E) |
| 242 | +* -Allow single-useraccess without passwords using Unix socket permissions |
| 243 | +* Make single-user localaccess permissions the default (Peter E) |
244 | 244 | * JDBC
|
245 | 245 | o Comprehensive test suite. This may be available already.
|
246 | 246 | o Updateable resultSet (must be done in backend code)
|
@@ -418,6 +418,8 @@ SOURCE CODE
|
418 | 418 | * Modify regression tests to prevent failures do to minor numeric rounding
|
419 | 419 | * Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
|
420 | 420 | * Use our own getopt() for FreeBSD/OpenBSD to allow --xxx flags (Bruce)
|
| 421 | +* Add OpenBSD's getpeereid() call for local socket authentication (Bruce) |
| 422 | + |
421 | 423 |
|
422 | 424 | ---------------------------------------------------------------------------
|
423 | 425 |
|
|