When running with autocommit false only the first BEGIN and COMMIT are logged on server - Mailing list pgsql-jdbc

From Barry Lind
Subject When running with autocommit false only the first BEGIN and COMMIT are logged on server
Date
Msg-id 03E7D3E231BB7B4A915A6581D4296CC6C08C46@NSNOVPS00411.nacio.xythos.com
Whole thread Raw
Responses Re: When running with autocommit false only the first BEGIN
List pgsql-jdbc
While debugging my other server problem, I noticed that that only the
first BEGIN and COMMIT are logged on the server with sql statement
logging enabled.  It seems that the subsequent transaction control
statements are being executed correctly, it is just that they are not
being logged by the server.  Is this to be expected?  If so, it makes
debugging a bit difficult as you can't see what commits are really being
executed when you have sql statement logging enabled.

Thanks,
--Barry

pgsql-jdbc by date:

Previous
From: "Temp02"
Date:
Subject: Re: Can't throw the dreaded 'idle in transaction' - need help!
Next
From: Oliver Jowett
Date:
Subject: Re: When running with autocommit false only the first BEGIN