Re: Where does catalog store CHAR length ?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Where does catalog store CHAR length ?
Дата
Msg-id 20031201133217.GB14543@dcc.uchile.cl
обсуждение исходный текст
Ответ на Where does catalog store CHAR length ?  ("phd9110" <phd9110@cs.nchu.edu.tw>)
Список pgsql-hackers
On Mon, Dec 01, 2003 at 06:31:56PM +0800, phd9110 wrote:

>  the table pg_attribute have the attribute  "attlen" , and this attribute will
> store the attribute length. For example , when integer , this value will be 4.
> But if attribute type is Char(xx), this value will be -1. This is because it
> reference the bychar in pg_type table.
> 
> So, where is the Char() length information store ??

atttypmod is the maximum length + 4.

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"El destino baraja y nosotros jugamos" (A. Schopenhauer)


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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Foreign key data type mismatches
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: default operator class: btree or hash