|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Jun27 14:06:42 EDT 2001 |
| 3 | +Last updated:Fri Jun29 17:28:08 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -304,7 +304,7 @@ SOURCE CODE
|
304 | 304 | * Convert remaining fprintf(stderr,...)/perror() to elog()
|
305 | 305 | * Fix problems with libpq non-blocking/async code [async]
|
306 | 306 | * Merge global and template BKI files (Peter E)
|
307 |
| -* Fix username/password length limits in all areas |
| 307 | +* Fix username/password length limits in all areas, e.g. pg_passwd |
308 | 308 | * Remove compile-time upper limit on number of backends (MAXBACKENDS) (Tom)
|
309 | 309 | * Make sure all block numbers are unsigned to increase maximum table size
|
310 | 310 | * Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
|
|