Re: array support patch phase 1 patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: array support patch phase 1 patch
Дата
Msg-id 6243.1049056778@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: array support patch phase 1 patch  (Joe Conway <mail@joeconway.com>)
Ответы Re: array support patch phase 1 patch
Список pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> Any suggestions? I was toying with the idea that an isarray attribute
> should be added to pg_type -- thoughts on that?

Don't think you need it to go in that direction: the property of having
nonzero typelem indicates that something is an array.

The real issue is whether we should add a link to let you find the array
type given the base type (without relying on the '_' naming convention).
I'm undecided about that...

            regards, tom lane


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