log xid with duration

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: log xid with duration
Date: 2006-03-31 17:16:56
Message-ID: 200603311016.56232.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Not sure if this is a bug or by design in 8.1.2. Using the
following:

log_connections = on
log_disconnections = on
log_duration = on
log_statement = 'all'
log_line_prefix = '%m [%p] %u %r %d %x '

...the transaction is not printed with the duration (it prints 0
instead).

Ed

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-03-31 17:27:04 Re: log xid with duration
Previous Message Christian Holtje 2006-03-31 16:38:49 BUG #2366: Timestamptz data type is inaccurate