Re: [HACKERS] TODO addition

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] TODO addition
Дата
Msg-id 199801112049.PAA08814@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
>
> > * allow varchar() to only store used bytes, not maximum
>
> Hmm. Some file managers might make use of the fact that a column is of
> fixed storage size, which I would think varchar() should be. Also, it
> would possibly allow rows to be updated in place with predictable
> performance. The text type (or varchar w/o maximum specified) are
> available for truely variable length fields. I'll bet that others DBs
> make these assumptions too...

Char() is now fixed, varchar() is not, hence the varchar name.  text is
unchanged.


--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PSQL man page patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Alternate locations for databases