]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Wed, 8 Nov 2000 20:04:23 +0000 (20:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 8 Nov 2000 20:04:23 +0000 (20:04 +0000)
doc/TODO

index 6fb2b987da2eaecad0f96e39f9918518983eb502..fa2854c5ef841da581afb6351761a1775120cc59 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -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