Re: Size of Large objects

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Size of Large objects
Дата
Msg-id 26937.1122383931@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Size of Large objects  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-admin
Peter Eisentraut <peter_e@gmx.net> writes:
> Am Dienstag, 26. Juli 2005 09:55 schrieb Jim C. Nasby:
>> decibel=# create table t(v varchar(1000000000));
>> ERROR:  length for type varchar cannot exceed 10485760

> The length you can declare and the size you can store (if a length declaration
> doesn't stop you) are, for various uninteresting reasons, not related.

Also, you can just say "varchar" with no specific length limit, which is
then more or less equivalent to "text".

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Size of Large objects
Следующее
От: Kailash Vyas
Дата:
Сообщение: postgres performance optimization