Re: question about libpq

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: question about libpq
Дата
Msg-id 22029.1080616896@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: question about libpq  (Joe Conway <mail@joeconway.com>)
Список 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 по дате отправления:

Предыдущее
От: joseph speigle
Дата:
Сообщение: ERROR: plpgsql: permission denied
Следующее
От: joseph speigle
Дата:
Сообщение: Re: ERROR: plpgsql: permission denied