Re: capacity of datatype "text"

Поиск
Список
Период
Сортировка
От David Garamond
Тема Re: capacity of datatype "text"
Дата
Msg-id 4174A2CD.9000305@zara.6.isreserved.com
обсуждение исходный текст
Ответ на capacity of datatype "text"  (johnossmann@yahoo.com (John Ossmann))
Ответы Re: capacity of datatype "text"
Список pgsql-general
John Ossmann wrote:
> I'm not sure where to find it exactly, but does anyone know how much
> data a column of type "text" in a postgres DB can hold?

it's in the manual, in the Data Types section. the manual says "around 1GB".

btw, TEXT is one of those postgres-specific features that makes you
stick (stuck? :-) with postgres. nowadays, i never ever have to bother
to think whether to give a column a max width of 32, 50, 64, 100, 150,
... is that a bad thing?

--
dave

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: capacity of datatype "text"
Следующее
От: Aaron Glenn
Дата:
Сообщение: Re: clustering