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