]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Tue, 30 Nov 2004 18:20:35 +0000 (18:20 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 30 Nov 2004 18:20:35 +0000 (18:20 +0000)
> * Make log_min_duration_statement output when the duration is reached rather
>   than when the statement completes
>
>   This prints long queries while they are running, making trouble shooting
>   easier.  Also, it eliminates the need for log_statement because it
>   would now be the same as a log_min_duration_statement of zero.

doc/TODO

index 91985044efca2c8ae5c6ff2d9428a9a98a63b6d6..196b03f5b807b74bf2c52a92a86825c2c210e96d 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 TODO list for PostgreSQL
 ========================
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:          Tue Nov 30 00:06:22 EST 2004
+Last updated:          Tue Nov 30 13:20:21 EST 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web
 site, http://www.PostgreSQL.org.
@@ -120,6 +120,12 @@ Administration
          multiple servers, you need multi-master replication like pgcluster.
 
        o Allow replication over unreliable or non-persistent links
+* Make log_min_duration_statement output when the duration is reached rather
+  than when the statement completes
+
+  This prints long queries while they are running, making trouble shooting
+  easier.  Also, it eliminates the need for log_statement because it
+  would now be the same as a log_min_duration_statement of zero.
 
 
 Data Types