|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sun Nov5 22:54:00 EST 2000 |
| 3 | +Last updated:Wed Nov8 15:04:11 EST 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
64 | 64 | * More access control over who can create tables and use locks(Karel)
|
65 | 65 | * -Test syslog functionality
|
66 | 66 | * Convert remaining fprintf(stderr,...) to elog()
|
67 |
| -* Allow elog() to return error codes, not just messages |
| 67 | +* Allow elog() to return error codes, module name, file name, line |
| 68 | + number, not just messages |
68 | 69 | * Allow international error message support and add error codes
|
69 | 70 | * -Unify configuration into one configuration file (Peter E)
|
70 | 71 | * -use setproctitle() if it exists for 'ps' display of status
|
|