log xid with duration - Mailing list pgsql-bugs

From Ed L.
Subject log xid with duration
Date
Msg-id 200603311016.56232.pgsql@bluepolka.net
Whole thread Raw
Responses Re: log xid with duration  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-bugs by date:

Previous
From: "manashi"
Date:
Subject: BUG #2364: DB Error: connect failed ... PHP/PostgreSql
Next
From: Tom Lane
Date:
Subject: Re: log xid with duration