Re: log files

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Rainer Mager" <rmager@vgkk.com>
Cc: pgsql-admin@postgresql.org
Date: 2001-05-04T13:51:07Z
Lists: pgsql-hackers
"Rainer Mager" <rmager@vgkk.com> writes:
> 	Is there anyway to get the debug (-d2) log files to mark each transaction
> with a unique ID.

Not per-transaction, but there's an option to include the backend PID,
which should help.

			regards, tom lane