Re: [INTERFACES] Postgresql + lo

Поиск
Список
Период
Сортировка
От Jeremy Bettis
Тема Re: [INTERFACES] Postgresql + lo
Дата
Msg-id 003e01bed517$460d3f70$0d01000a@hksys.com
обсуждение исходный текст
Ответ на Re: [INTERFACES] Postgresql + lo  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
I ran into this same problem. I think some of the source of the confusion is
that the perl5 interface documentation do not mention any such restriction.
--
Jeremy Bettis
jeremy@hksys.com


> You need "begin transaction"/"end transaction" around the use of the
> LO handle (ie, surrounding lo_open ... lo_close).
>
> The documentation has always stated that lo_open must be wrapped in
> a transaction, but Postgres versions before 6.5 didn't enforce that
> rule.  (Instead, they'd just fail occasionally if you broke it :-(.)




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] New asynchronous tcl postgresql interface
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SSL patch