Arrays of Complex Types

Поиск
Список
Период
Сортировка
От David Fetter
Тема Arrays of Complex Types
Дата
Msg-id 20070302234016.GF3665@fetter.org
обсуждение исходный текст
Ответы Re: Arrays of Complex Types  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Arrays of Complex Types  (David Fetter <david@fetter.org>)
Re: Arrays of Complex Types  (David Fetter <david@fetter.org>)
Список pgsql-hackers
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:

1.  In src/backend/commands/tablecmds.c, change DefineRelation as
follows:
   * After the first call to heap_create_with_catalog, construct and     do another call to for the array type.
   * Add an appropriate pg_depend entry.

2.  Change RemoveRelation to reflect the above.

3.  Change TypeRename appropriately, whatever that turns out to be.

Does the above make sense?  Have I missed anything critical?

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: broken doc
Следующее
От: Tom Lane
Дата:
Сообщение: Re: broken doc