How to get back 7.0.x log format

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: How to get back 7.0.x log format
Date: 2001-12-01 11:57:25
Message-ID: 3C08C5A5.A017D87@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I hope I'm wrong but I just noticed that since 7.0.x the
postgresql log format has changed to much worse -
It now misses such important things as process id ,
transaction id, timestamp and query id.

The two first ones are needed to just make sense of multiple
backend interactions - i.e. who is blocking who, which backend
did not do commit/rollback, etc

the last ones are needed for getting statistics about query
execution times

Or are there now better ways to get at that information ?

---------------
Hannu

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2001-12-01 13:26:09 Re: Second call for platform testing
Previous Message Tom Lane 2001-12-01 03:56:12 Re: RC1 on Monday?