Re: pg_attributte, data types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_attributte, data types
Дата
Msg-id 8034.1300924580@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_attributte, data types  (Viktor Bojović <viktor.bojovic@gmail.com>)
Ответы Re: pg_attributte, data types  (Viktor Bojović <viktor.bojovic@gmail.com>)
Список pgsql-sql
Viktor Bojović <viktor.bojovic@gmail.com> writes:
> while listing data types i have noticed that some types have underscore
> prefix but i don't know why is that. so im asking if somene can tell me.
> These are type examples:

> _char
> _float4
> _int2
> _oid
> _regtype
> _text
> _varchar

Those are array types.  The normal convention is that foo[] is named
"_foo" under the surface.
        regards, tom lane


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

Предыдущее
От: Viktor Bojović
Дата:
Сообщение: pg_attributte, data types
Следующее
От: "Isaac T. Dover"
Дата:
Сообщение: Re: xml2 support