Re: Raw size

Поиск
Список
Период
Сортировка
От Ioannis Theoharis
Тема Re: Raw size
Дата
Msg-id Pine.GSO.4.58.0503111507300.18429@ourania.ics.forth.gr
обсуждение исходный текст
Ответ на Re: Raw size  ("Bort, Paul" <pbort@tmwsystems.com>)
Список pgsql-hackers

>
> varchar means 'character varying'. What varies is the length. So a
> varchar(1000) with 'foo' in it only takes a few bytes ('foo' plus length
> info) instead of 1000 bytes.

Yes i know it, but i have vorgotten to inform you that all the values of
this attribute have really 1000 characthers length.

>
> If you really want a fixed-length field, nchar or char should do what you
> want.


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: fool-toleranced optimizer
Следующее
От: Ioannis Theoharis
Дата:
Сообщение: Re: Raw size