Re: [GENERAL] What is postgresql doing for "statement: commit;begin;"

2005-01-17 Thread Nick Burch
On Mon, 17 Jan 2005, Tom Lane wrote: > Nick Burch <[EMAIL PROTECTED]> writes: > > 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? > > A whole lot of deferred-until-

Re: [GENERAL] What is postgresql doing for "statement: commit;begin;"

2005-01-17 Thread Tom Lane
Nick Burch <[EMAIL PROTECTED]> writes: > 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? A whole lot of deferred-until-transaction-commit operations, evidently. You got a