Re: async fast-path calls? - Mailing list pgsql-novice

From yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi)
Subject Re: async fast-path calls?
Date
Msg-id 20110116235820.91F2719CE7D@mail.netbsd.org
Whole thread Raw
In response to Re: async fast-path calls?  (Josh Kupershmidt <schmiddy@gmail.com>)
List 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 by date:

Previous
From: Josh Kupershmidt
Date:
Subject: Re: async fast-path calls?
Next
From: yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi)
Date:
Subject: tuple concurrently updated