Re: deadlocks in postgresql 7.2.1

Поиск
Список
Период
Сортировка
От Dmitry Tkach
Тема Re: deadlocks in postgresql 7.2.1
Дата
Msg-id 3F255429.9000106@openratings.com
обсуждение исходный текст
Ответ на Re: deadlocks in postgresql 7.2.1  (Philipp Reisner <philipp.reisner@linbit.com>)
Список pgsql-bugs
>
>
>
>Thanks a lot for the reply!
>
>The applications uses the jdbc driver with autocommit turned off,
>commit and rollback. Do you know if the jdbc driver just starts
>a new transaction as soon as the last one was ended with commit/
>rollback ?
>
>
Yes, it does.
You have to explictly setAutocommit(true) instead of commit() (or, you
can commit(), and *then* setAutocommit(true) if you want, the result is
the same).

I hope, it helps....

Dima

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: deadlocks in postgresql 7.2.1
Следующее
От: sad
Дата:
Сообщение: what about function parameter count limit?