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

From Josh Kupershmidt
Subject Re: async fast-path calls?
Date
Msg-id AANLkTinsD3_SjFt7mUm9JoQLEUAmpd4=SqVbCvh6N9z=@mail.gmail.com
Whole thread Raw
In response to Re: async fast-path calls?  (yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi))
Responses Re: async fast-path calls?  (yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi))
List pgsql-novice
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.

Josh

pgsql-novice by date:

Previous
From: Jasen Betts
Date:
Subject: Re: join with 1 row limit
Next
From: yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi)
Date:
Subject: Re: async fast-path calls?