What is postgresql doing for "statement: commit;begin;" - Mailing list pgsql-general

From Nick Burch
Subject What is postgresql doing for "statement: commit;begin;"
Date
Msg-id Pine.LNX.4.44.0501171337300.2265-100000@localhost.localdomain
Whole thread Raw
Responses Re: What is postgresql doing for "statement: commit;begin;"  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi All

I've turned on slow query reporting via log_min_duration_statement, and
I've been looking through the log files.

Quite a lot, I'm seeing lines like:
2005-01-17 13:11:15 LOG:  duration: 4688.108 ms  statement: commit;begin;

Is there any way to find out what exactly got executed here?

Thanks
Nick



pgsql-general by date:

Previous
From: "Rick Schumeyer"
Date:
Subject: Re: Rules on select
Next
From: Adrian Klaver
Date:
Subject: Re: Multiline plpython procedure