Re: Domain Support -- another round

Поиск
Список
Период
Сортировка
От Fernando Nasser
Тема Re: Domain Support -- another round
Дата
Msg-id 3C98F7F6.29FE1248@redhat.com
обсуждение исходный текст
Ответ на Re: Domain Support -- another round  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Tom Lane wrote:
>
> 2. Arrays.  I don't much care for the fact that arrays of domain-type
> values aren't supported.  The handling of domains that are themselves
> arrays seems a tad odd as well: the array-ish nature of the domain is
> exposed, which doesn't make a lot of sense to me.  Perhaps we'd be
> better off to forbid array domains.
>

From SQL99 11.23 Syntax Rule 6)

"<data type> should not specify a reference type, user-defined type,
or an array type."
      ==========

--
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Fixes gram.y
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: JDBC Connection startup cleaned up