Re: Text Column limits

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Text Column limits
Дата
Msg-id GNELIHDDFBOCMGBFGEFOIEBOCBAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Text Column limits  (Chris Bowlby <excalibur@hub.org>)
Список pgsql-hackers
> Ack.. sorry about that... ok here's the error...
>
> ERROR:  Tuple is too big: size 14392, max size 8140
>
> looks like the size is being restricted to about 8K, when I need to sqeeze
> 14+K into her.... did we miss a compile option somewhere?

Just make sure you're using postgres 7.1.x, and have recompiled any software
(such as PHP) that links to it and you will have a virtually unlimited row
length.  (Use 'text' column type for text and 'bytea' for binary)

Chris



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

Предыдущее
От: Chris Bowlby
Дата:
Сообщение: Re: Text Column limits
Следующее
От: mlw
Дата:
Сообщение: Re: PostgreSQL Licence: GNU/GPL