Re: problem with new autocommit config parameter and jdbc

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: problem with new autocommit config parameter and jdbc
Дата
Msg-id 1031605427.268.160.camel@jester
обсуждение исходный текст
Ответ на Re: problem with new autocommit config parameter and jdbc  (snpe <snpe@snpe.co.yu>)
Ответы Re: problem with new autocommit config parameter and jdbc  (snpe <snpe@snpe.co.yu>)
Список pgsql-hackers
On Mon, 2002-09-09 at 17:04, snpe wrote:

> I'm use 'autocommit=false' and have problem with psql
> When any commnad is lost, then next commnad get error for transactions
> (simple select command).BTW
> 
> snpe> select * from org_ba;
> ERROR: relation org_ba does not exists
> snpe> select * from org_ban;
> ERROR: current transactions is aborted, queries ignored until end of 
> transaction block
> snpe> rollback;
> ROLLBACK
> snpe> select * from org_ban;

Maybe I'm missing something, but isn't that the expected behaviour when
autocommit is turned off?
--  Rod Taylor



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Laurette Cisneros
Дата:
Сообщение: Re:
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Script to compute random page cost