Re: [PATCHES] Arrays of Complex Types - Mailing list pgsql-hackers

From David Fetter
Subject Re: [PATCHES] Arrays of Complex Types
Date
Msg-id 20070506174732.GC29535@fetter.org
Whole thread Raw
In response to Re: [PATCHES] Arrays of Complex Types  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Sun, May 06, 2007 at 01:33:47PM -0400, Andrew Dunstan wrote:

> However, there are still some oddities. For example, a change to or
> removal of the base type affects the array type, but the array type
> can be directly operated on (e.g. alter type _aa set schema foo ).
> I'm inclined to say we should prevent direct operations on array
> types, and they should live or die by their parent types.
>
> Thoughts?

+1 on binding the array types tightly to the parent types.

Cheers,
D
--
David Fetter <david@fetter.org> http://fetter.org/
phone: +1 415 235 3778        AIM: dfetter666
                              Skype: davidfetter

Remember to vote!
Consider donating to PostgreSQL: http://www.postgresql.org/about/donate

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [PATCHES] Arrays of Complex Types
Next
From: Neil Conway
Date:
Subject: Re: Integer datetimes