Re: Domain Support -- another round - Mailing list pgsql-patches

From Fernando Nasser
Subject Re: Domain Support -- another round
Date
Msg-id 3C98F7F6.29FE1248@redhat.com
Whole thread Raw
In response to Re: Domain Support -- another round  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Fixes gram.y
Next
From: Bruce Momjian
Date:
Subject: Re: JDBC Connection startup cleaned up