From 5e505af184f41b409ea7e70caaebbe1b9e48c3ce Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 9 Jan 2001 15:37:39 +0000 Subject: [PATCH] Update TODO list. --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index afb2449d75..61b3f924a7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Jan 9 09:12:21 EST 2001 +Last updated: Tue Jan 9 10:37:25 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -73,7 +73,7 @@ ADMIN * More access control over who can create tables and use locks (Karel) * -Test syslog functionality -* Convert remaining fprintf(stderr,...) to elog() +* Convert remaining fprintf(stderr,...)/perror() to elog() * Allow elog() to return error codes, module name, file name, line number, not just messages * Allow international error message support and add error codes -- GitLab