Re: Arrays of Complex Types

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Arrays of Complex Types
Дата
Msg-id 20070330202357.GA29202@fetter.org
обсуждение исходный текст
Ответ на Arrays of Complex Types  (David Fetter <david@fetter.org>)
Ответы Re: Arrays of Complex Types  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Mar 02, 2007 at 03:40:16PM -0800, David Fetter wrote:
> Folks,
> 
> I'd like to take the TODO item that reads, "Add support for arrays of
> complex types," but before I start patching, I'd like to see whether
> what I'm about to do makes any sense:

After several rounds of patches, it appears that it might be easier to
create a new typtype entry, which I'll tentatively call 'a' because it
seems a little fragile and a lot inelegant and hard to maintain to
have typtype='c' and typrelid=InvalidOid mean, "this is an array of
complex types."  I'd like to see about making this new typtype
available for arrays of DOMAINs eventually, but that's not a
requirement right this instant.

What parts of the code would need a once-over?  

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 по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Proposal: include PL/Proxy into core
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Minor changes to Recovery related code