]> granicus.if.org Git - postgresql/commitdiff
Update name of GUC var:
authorBruce Momjian <bruce@momjian.us>
Fri, 14 Mar 2003 20:19:59 +0000 (20:19 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 14 Mar 2003 20:19:59 +0000 (20:19 +0000)
< * Add GUC log_statement_duration to print statement and >= min duration
> * Add GUC log_statement_and_duration to print statement and >= min duration

doc/TODO

index 033a7a46d01c5426017dfd04f2c449cb9505896a..b881ebe98e3307cf9b89c7f0773c659334038d20 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Fri Mar 14 14:27:40 EST 2003
+Last updated:          Fri Mar 14 15:19:49 EST 2003
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -37,7 +37,7 @@ Reporting
 * Add error codes (Peter E)
 * Make error messages more consistent [error]
 * Show location of syntax error in query [yacc]
-* Add GUC log_statement_duration to print statement and >= min duration
+* Add GUC log_statement_and_duration to print statement and >= min duration
 
 
 Administration