Re: DBLink cursors

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: DBLink cursors
Дата
Msg-id 3E9E10F0.9020209@joeconway.com
обсуждение исходный текст
Ответ на Re: DBLink cursors  (Joe Conway <mail@joeconway.com>)
Ответы Re: DBLink cursors
Список pgsql-hackers
Joe Conway wrote:
> Kevin Brown wrote:
> 
>> Won't dblink's attempt to initiate a transaction simply return with a
>> warning if a transaction is already in progress?  This is what psql
>> does, and it's also what happens with Perl DBI, so it's only if dblink
>> freaks out that there will be a problem.
>>
>> I wouldn't expect it to abort the entire (already running)
>> transaction upon receipt of a warning...
> 

[...snip...]

> 
> regression=# SELECT dblink_close('rmt_foo_cursor');

But then again, dblink_close issues a COMMIT, so beware...

Joe



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: DBLink cursors
Следующее
От: Kevin Brown
Дата:
Сообщение: Re: pg_clog woes with 7.3.2 - Episode 2