Re: Re: Large Objects

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: Large Objects
Дата
Msg-id 26639.969634483@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: Large Objects  (Adam Haberlach <adam@newsnipple.com>)
Список pgsql-general
Adam Haberlach <adam@newsnipple.com> writes:
>     On that note, since it seems that the large objects that I've
> just started using aren't likely to go away right this moment (and
> their interface works for what I'm doing anyway), what is a good way
> to write backend functions in C that will deal with large objects?

Call the routines in src/backend/libpq/be-fsstubs.c, which are the
backend support for lo_read and so forth.

Note that these routines are changing to "new function manager" call
style in 7.1, so you will need to tweak your calling code when you
update...

            regards, tom lane

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

Предыдущее
От: Denis Perchine
Дата:
Сообщение: Re: Re: Large Objects
Следующее
От: John McKown
Дата:
Сообщение: Re: one more word about rules