Re: async fast-path calls?

From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: YAMAMOTO Takashi <yamt(at)mwd(dot)biglobe(dot)ne(dot)jp>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: async fast-path calls?
Date: 2011-01-16 17:15:49
Message-ID: AANLkTinsD3_SjFt7mUm9JoQLEUAmpd4=SqVbCvh6N9z=@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sat, Jan 15, 2011 at 8:17 AM, YAMAMOTO Takashi
<yamt(at)mwd(dot)biglobe(dot)ne(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message YAMAMOTO Takashi 2011-01-16 23:58:20 Re: async fast-path calls?
Previous Message Jasen Betts 2011-01-16 11:17:23 Re: join with 1 row limit