Re: Better support for whole-row operations and composite

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Better support for whole-row operations and composite
Дата
Msg-id 40698FF9.3090503@dunslane.net
обсуждение исходный текст
Ответ на Better support for whole-row operations and composite types  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Better support for whole-row operations and composite  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:

>We have a number of issues revolving around the fact that composite types
>(row types) aren't first-class objects.  I think it's past time to fix
>that.  Here are some notes about doing it.  I am not sure all these ideas
>are fully-baked ... comments appreciated.
>
>  
>
[snip]

>Only named composite types, not RECORD, will be allowed to be used as
>table column types.  
>
[snip]

Interesting. I'm slightly curious to know if there's an external driver 
for this.

Will this apply recursively (an a has a b which has an array of c's)? 
Are there indexing implications? Could one index on a subfield?

cheers

andrew


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_dump end comment
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: feature request: \qf datatype