Inserting/updating large text fields w/libpq

Поиск
Список
Период
Сортировка
От Jeremy Wohl
Тема Inserting/updating large text fields w/libpq
Дата
Msg-id 20011101023311.A9591@zydeco.igmus.org
обсуждение исходный текст
Ответы Re: Inserting/updating large text fields w/libpq -- Please ignore
Список pgsql-interfaces
Hi folks,

How does one insert large 'text' fields via libpq?  That is, data in
insert/update statements that exceed the 16K limit in stock 7.1.3 setups.

For the moment, I'm iterating over a concat (column = column || 'next chunk'),
but that's ~64 net trips for my average 1meg entries.

I suspect there's a coming, unimplemented API for these types opened up by
TOAST, to obviate Large Objects.  However, to ease current requirements,
I hope I'm doing something really dumb.

Thoughts?

thanks,
-jeremy
_____________________________________________________________________
jeremy wohl ..: http://igmus.org


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Miller, Sam"
Дата:
Сообщение: Re: DAO VB ODBC "read only problems
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: ECPG: Automatic Storage allocation for NULL-pointing