Re: [PATCHES] Arrays of Complex Types

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: [PATCHES] Arrays of Complex Types
Дата
Msg-id 20070506174732.GC29535@fetter.org
обсуждение исходный текст
Ответ на Re: [PATCHES] Arrays of Complex Types  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [PATCHES] Arrays of Complex Types
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Integer datetimes