Re: question about libpq - Mailing list pgsql-novice

From Tom Lane
Subject Re: question about libpq
Date
Msg-id 22029.1080616896@sss.pgh.pa.us
Whole thread Raw
In response to Re: question about libpq  (Joe Conway <mail@joeconway.com>)
List pgsql-novice
Joe Conway <mail@joeconway.com> writes:
> Jay Campbell wrote:
>> can someone point me in the right direction please?  If my explanation
>> didn't make sense, please tell me that too.

> See PQexecParams():

Another possibility, if you're intent on streaming the data in small
chunks, is to store it in a "large object".  The
lo_open/lo_write/lo_close functionality seems extremely close to what
you are asking for.  Unfortunately we have no comparable API at present
for regular text or bytea fields ...

            regards, tom lane

pgsql-novice by date:

Previous
From: joseph speigle
Date:
Subject: ERROR: plpgsql: permission denied
Next
From: joseph speigle
Date:
Subject: Re: ERROR: plpgsql: permission denied