Re: question about libpq

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Jay Campbell <fork42(at)mac(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: question about libpq
Date: 2004-03-30 03:21:36
Message-ID: 22029.1080616896@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Joe Conway <mail(at)joeconway(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message joseph speigle 2004-03-30 03:52:03 Re: ERROR: plpgsql: permission denied
Previous Message joseph speigle 2004-03-30 01:12:20 ERROR: plpgsql: permission denied