Re: Re: Data types?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: Data types?
Дата
Msg-id 880.984431198@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Data types?  ("Timothy H. Keitt" <Timothy.Keitt@StonyBrook.Edu>)
Список pgsql-general
"Timothy H. Keitt" <Timothy.Keitt@StonyBrook.Edu> writes:
> By the way, what are all those types prefixed with an
> underscore?  Are these ever delivered to a client?

If foo is a simple type, then (by convention) _foo is an array of foo,
ie, it's the internal name for "foo[]".

"CREATE TYPE foo" makes the array type _foo as well...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Poor Delete performance
Следующее
От: "Creager, Robert S"
Дата:
Сообщение: RE: COPY again...