]> granicus.if.org Git - pgbadger/commitdiff
Fix documentation about log_statment and log_min_duration_statement. Thanks to Herve...
authorDarold Gilles <gilles@darold.net>
Tue, 18 Jun 2013 17:31:06 +0000 (19:31 +0200)
committerDarold Gilles <gilles@darold.net>
Tue, 18 Jun 2013 17:31:06 +0000 (19:31 +0200)
README
doc/pgBadger.pod

diff --git a/README b/README
index ca6cab42c7794f3d79af86b7bf8943b0a0e8b76c..cba2b312b0133e40016bd742398e51b7edd2262b 100644 (file)
--- a/README
+++ b/README
@@ -212,7 +212,8 @@ POSTGRESQL CONFIGURATION
     Here every statement will be logged, on busy server you may want to
     increase this value to only log queries with a higher duration time.
     Note that if you have log_statement set to 'all' nothing will be logged
-    with log_line_prefix. See next chapter for more information.
+    through log_min_duration_statement. See next chapter for more
+    information.
 
     With 'stderr' log format, log_line_prefix must be at least:
 
index 1357b045509ede501cd41e5c70994fa54b9b648f..6592b53fcd6107291d6b479428520f792c68ec4a 100644 (file)
@@ -198,8 +198,8 @@ You must first enable SQL query logging to have something to parse:
         log_min_duration_statement = 0
 
 Here every statement will be logged, on busy server you may want to increase
-this value to only log queries with a higher duration time. Note that if you
-have log_statement set to 'all' nothing will be logged with log_line_prefix.
+this value to only log queries with a higher duration time. Note that if you have
+log_statement set to 'all' nothing will be logged through log_min_duration_statement.
 See next chapter for more information.
 
 With 'stderr' log format, log_line_prefix must be at least: