Re: Statement too long

Поиск
Список
Период
Сортировка
От Serge Canizares
Тема Re: Statement too long
Дата
Msg-id 3A1E7F2F.2D9E1E60@ephilosopher.com
обсуждение исходный текст
Ответ на Requests for Development  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-sql
You probably have PostgreSQL compiled with the default blocksize, which is 8k.
OpenACS.org has a nice set of instructions explaining how to increase the size to
16k or 32k.

http://openacs.org/doc/openacs/html/simple-pg-install-2.html#ss2.2

Hope that helps.

Yves Martin wrote:

>         Hello,
>
>    I have some problem with too long statement.
>   In 'psql', the error returned for my insert statement is
> ERROR: Tuple is too big: size 10436
>
>   In fact, I use JDBC driver to insert a long long string into a 'text'
>   field. The exception is



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

Предыдущее
От: "Richard DeVenezia"
Дата:
Сообщение: Is there a string to inet function that can be used in order by ?
Следующее
От: Adrian Phillips
Дата:
Сообщение: Re: psql question