Re: capacity of datatype "text"

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: capacity of datatype "text"
Дата
Msg-id 1098160173.1113.123.camel@localhost.localdomain
обсуждение исходный текст
Ответ на capacity of datatype "text"  (johnossmann@yahoo.com (John Ossmann))
Список pgsql-general
On Wed, 2004-10-13 at 14:58, 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?

There is no limit on what "text" itself can contain. However, a field of
any data type can contain at most 1GB (compressed -- Postgres will do
this compression automatically). See:

http://www.postgresql.org/docs/faqs/FAQ.html#4.5

-Neil



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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Numeric user names
Следующее
От: David Garamond
Дата:
Сообщение: Re: capacity of datatype "text"