Input strings > 16 K?

Поиск
Список
Период
Сортировка
От G. Anthony Reina
Тема Input strings > 16 K?
Дата
Msg-id 3992DFF8.D201568B@nsi.edu
обсуждение исходный текст
Ответы Re: Input strings > 16 K?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I recently increased the default tuple size to 32K on Postgres 7.0.2
with no problems. My colleague, however, told me that I can't pass a
text string greater than 16 K into the PQexec C function. So his claim
is that the only way I can actually get > 16 K into the tuple is through
a binary cursor. Anyone know if this is correct? Is there some
configuration variable I can change to up this to the same size as the
maximum tuple length?

Thanks.
-Tony




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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Arrays and foreign keys
Следующее
От: Alfred Perlstein
Дата:
Сообщение: Live incremental backups?