diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-11-08 20:04:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-11-08 20:04:23 +0000 |
commit | ac27a5b4b769344c86506f3df9a47f42874c90a7 (patch) | |
tree | d39fd969cfa3ffe1c4272a423981f69608eafcf4 | |
parent | 5e00df3568b7e34978d44fcf14268ee9354fccef (diff) | |
download | postgresql-ac27a5b4b769344c86506f3df9a47f42874c90a7.tar.gz postgresql-ac27a5b4b769344c86506f3df9a47f42874c90a7.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun Nov 5 22:54:00 EST 2000 +Last updated: Wed Nov 8 15:04:11 EST 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -64,7 +64,8 @@ ADMIN * More access control over who can create tables and use locks(Karel) * -Test syslog functionality * Convert remaining fprintf(stderr,...) to elog() -* Allow elog() to return error codes, not just messages +* Allow elog() to return error codes, module name, file name, line + number, not just messages * Allow international error message support and add error codes * -Unify configuration into one configuration file (Peter E) * -use setproctitle() if it exists for 'ps' display of status |