diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-11-30 18:20:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-11-30 18:20:35 +0000 |
commit | ff5b6c98bf85b8784eb4c124e1cac82aa18a251f (patch) | |
tree | 847d312cd75b94aa8805fc5be12b84bef6f175b2 | |
parent | aef2d0d86c9a39f33672d3d04869b641815430c4 (diff) | |
download | postgresql-ff5b6c98bf85b8784eb4c124e1cac82aa18a251f.tar.gz postgresql-ff5b6c98bf85b8784eb4c124e1cac82aa18a251f.zip |
Add:
> * 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.
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |