Re: TEXT field size

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: TEXT field size
Дата
Msg-id 007701c0fe44$cbe09c20$1001a8c0@archonet.com
обсуждение исходный текст
Ответ на TEXT field size  (Antti Linno <alligator@all.ee>)
Список pgsql-sql
From: "Antti Linno" <alligator@all.ee>

> Hallo.
>
> Maybe its not the right list, but does the Postgres 7.1 support now
> unlimited text field? In previous versions it was limited to max 31k, or
> even less, depending on the compilation etc.

Yes - look for details of TOAST in the docs. Text fields can be effectively
unlimited and IIRC might even get compressed if circumstances look good.
There were some issues with old clients (ODBC/JDBC etc) not knowing this and
enforcing the old 8KB rule but I think they're probably updated now.

- Richard Huxton



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

Предыдущее
От: "Richard Huxton"
Дата:
Сообщение: Re: Plsql Function with error: No space left on device.
Следующее
От: John Hasler
Дата:
Сообщение: Nested Transactions