From: Bruce Momjian Date: Fri, 8 Mar 2002 04:03:32 +0000 (+0000) Subject: Mark as done: X-Git-Tag: REL7_3~1928 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd6b9f04a736cecd13f5f17214ad914cf1c59866;p=thirdparty%2Fpostgresql.git Mark as done: > * -Change DEBUG startup tag to LOG (Bruce) --- diff --git a/doc/TODO b/doc/TODO index b73bc479db5..ef2391f1475 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Mar 7 20:29:53 EST 2002 +Last updated: Thu Mar 7 23:03:04 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -34,7 +34,7 @@ REPORTING * Allow elog() to return error codes, module name, file name, line number, not just messages (Peter E) * Add error codes (Peter E) -* Change DEBUG startup tag to NOTICE (Bruce) +* -Change DEBUG startup tag to LOG (Bruce) * Show location of syntax error in query [yacc]