Tom Lane wrote:
> "Martin A. Brooks" <[EMAIL PROTECTED]> writes:
> > I don't explicitly set that parameter in my config.  The full config 
> > file can be found at  http://www.antibodymx.net/postgresql.conf
> 
> You've got log_duration on; that overrides log_min_duration_statement
> and forces statement durations to always be logged.
> 
> (No, I'm not quite sure why we have both variables ...)

I believe log_duration prints just the duration and assumes you printed
the statement previously (when it arrived).  log_min_duration_statement
by definition has to print after the statement completes.

-- 
  Bruce Momjian  <[EMAIL PROTECTED]>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to