Re: async fast-path calls?

Поиск
Список
Период
Сортировка
От yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi)
Тема Re: async fast-path calls?
Дата
Msg-id 20110116235820.91F2719CE7D@mail.netbsd.org
обсуждение исходный текст
Ответ на Re: async fast-path calls?  (Josh Kupershmidt <schmiddy@gmail.com>)
Список pgsql-novice
hi,

> On Sat, Jan 15, 2011 at 8:17 AM, YAMAMOTO Takashi
> <yamt@mwd.biglobe.ne.jp> wrote:
>> hi,
>>
>> i workarounded this by using PQsendQuery with eg. "select lowrite($1,$2)".
>> while it seems to work, i wonder if it's ok to use these functions this way,
>> given that only some of large object server-side functions are documented
>> in http://www.postgresql.org/docs/9.0/interactive/lo-funcs.html.
>
> lo_write() is documented here:
> http://www.postgresql.org/docs/current/static/lo-interfaces.html#LO-WRITE
>
> I think it's not on the page you linked to because it is not callable
> via SQL, only via libpq.

why not?  will it likely be changed for future versions in an
incompatible manner?  connecting to a newer server using an old libpq
is not supported either?

YAMAMOTO Takashi

>
> Josh

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

Предыдущее
От: Josh Kupershmidt
Дата:
Сообщение: Re: async fast-path calls?
Следующее
От: yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi)
Дата:
Сообщение: tuple concurrently updated