diff options
author | Bruce Momjian | 2004-11-30 19:32:24 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-11-30 19:32:24 +0000 |
commit | 8b9a9c9a68436066c3f7c88bd0000854dd093e26 (patch) | |
tree | f55dbed54094fb0725b34685c4b188e4c34ee7b1 | |
parent | f44c64c7270ac353278996a01ba765866b25f789 (diff) |
Removed:
< * 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, 1 insertions, 7 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Nov 30 13:20:21 EST 2004 +Last updated: Tue Nov 30 14:32:10 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -120,12 +120,6 @@ 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 |