When running with autocommit false only the first BEGIN and COMMIT are logged on server

Поиск
Список
Период
Сортировка
От Barry Lind
Тема When running with autocommit false only the first BEGIN and COMMIT are logged on server
Дата
Msg-id 03E7D3E231BB7B4A915A6581D4296CC6C08C46@NSNOVPS00411.nacio.xythos.com
обсуждение исходный текст
Ответы Re: When running with autocommit false only the first BEGIN
Список 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 по дате отправления:

Предыдущее
От: "Temp02"
Дата:
Сообщение: Re: Can't throw the dreaded 'idle in transaction' - need help!
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: When running with autocommit false only the first BEGIN