Re: BUG #2963: PQprepare and transactions.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2963: PQprepare and transactions.
Дата
Msg-id 29642.1170738596@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2963: PQprepare and transactions.  ("DUVAL Jean-Pierre" <jp.duval@up-comp.com>)
Список pgsql-bugs
"DUVAL Jean-Pierre" <jp.duval@up-comp.com> writes:
> It seems that PQprepare() is using something like DECLARE CURSOR WITHOUT
> HOLD, that is impacted by transactions:
> X) Either destroyed at the end of the transaction.
> Y) Or not possible to do when a transaction is open.

This conclusion is incorrect.  I can't tell what's going wrong in your
program, because you did not show it to us, but that's not it.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: BUG #2961: NULL values in subselects force NOT IN to false
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2962: 8.2.1 lo_creat Documentation incorrect?