Re: AW: [HACKERS] attlen weirdness?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: AW: [HACKERS] attlen weirdness?
Дата
Msg-id 199803111908.OAA21852@candle.pha.pa.us
обсуждение исходный текст
Ответ на AW: [HACKERS] attlen weirdness?  (Zeugswetter Andreas <andreas.zeugswetter@telecom.at>)
Список pgsql-hackers
>
> Quoting Bruce Momjian (maillist@candle.pha.pa.us):
> > I assume you are asking of attlen for char() and varchar() have the max
> > length.  The answer is now NO.  They are varlena structures like text,
> > and so have a attlen of -1.  Atttypmod for that pg_attribute row now has
> > the defined length.
> >
>
>     Even for a char(4) field?  ok, if attlen doesn't give the
> length of a field, how do I find it?
>
> Right now: yes, but I would like to see the char() type changed to a fixed length type (which it really is)
> then it would have the length in attlen. Right now the length for char and varchar is in atttypmod.
>

Again, we can do this, but we then have to have atttypmod available in
all places where we check for length.  I will add it to the TODO list.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] indexing words slow
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: AW: [HACKERS] varchar() vs char16 performance