Re: problem with fe/be protocol and large objects

Поиск
Список
Период
Сортировка
От Eric Marsden
Тема Re: problem with fe/be protocol and large objects
Дата
Msg-id wzin1apd40q.fsf@mail.dotcom.fr
обсуждение исходный текст
Ответ на problem with fe/be protocol and large objects  (Eric Marsden <emarsden@mail.dotcom.fr>)
Список pgsql-hackers
>>>>> "tl" == Tom Lane <tgl@sss.pgh.pa.us> writes:
 ecm> ERROR:  lo_tell: invalid large object descriptor (0)
 tl> Are you remembering to wrap this sequence in a transaction block tl> (begin/end)? LO descriptors are only valid
tillend of tl> transaction.
 

that was it, thanks. The code used to work with PostgreSQL 6.3, and I
hadn't seen the relevant warning in the programmer's guide.

-- 
Eric Marsden                          <URL:http://www.laas.fr/~emarsden/>


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Shutdown term
Следующее
От: "Ken Hirsch"
Дата:
Сообщение: Re: WAL & SHM principles