Re: Size of Large objects

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Size of Large objects
Дата
Msg-id 200507261142.48769.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Size of Large objects  ("Jim C. Nasby" <decibel@decibel.org>)
Ответы Re: Size of Large objects  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
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.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: "Bianca Oberst"
Дата:
Сообщение: Re: Size of Large objects
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Size of Large objects