Re: Arrays of Complex Types

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Arrays of Complex Types
Дата
Msg-id 20070328171105.GF32384@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Arrays of Complex Types  (David Fetter <david@fetter.org>)
Ответы Re: Arrays of Complex Types  (Andrew Dunstan <andrew@dunslane.net>)
Re: Arrays of Complex Types  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
David Fetter wrote:

> The first is in type_sanity, which basically doesn't understand that
> complex types now have array types associated with them and thinks
> they're orphan array types, so it's actually the test that's not
> right.

Hmm, I question the usefulness of automatically creating array types for
all relation types that are created -- the catalog bloat seems a bit too
much.  An array of pg_autovacuum for example, does that make sense?

I'm not sure what was the reaction to having an "CREATE TYPE foo ARRAY
OF bar" command of some kind?  I think this was discussed but not
explicitely rejected, or was it?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Arrays of Complex Types
Следующее
От: Tom Lane
Дата:
Сообщение: Modifying TOAST thresholds