Re: TODO Request

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: TODO Request
Дата
Msg-id 200609022355.k82NtXR07661@momjian.us
обсуждение исходный текст
Ответ на Re: TODO Request  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: TODO Request  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
Joshua D. Drake wrote:
> Bruce Momjian wrote:
> > Added to TODO:
> > 
> >     * Simplify ability to create partitioned tables
> > 
> >       This would allow creation of partitioned tables without requiring
> >       creation of rules for INSERT/UPDATE/DELETE, and constraints for
> >       rapid partition selection.  Options could include range and hash
> >       partition selection.
> > 
> >     * Allow auto-selection of partitioned tables for min/max() operations
> > 
> > I didn't add subparitions because that seems pretty complicated.
> 
> Thanks for this.
> 
> What about the other partioning types? And complicated should be what we 

Uh, what other types?  I see key, hash, and sub listed below.

> are after :)

It is not clear a complex solution would be accepted by the community.

--  Bruce Momjian   bruce@momjian.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [PATCHES] DOC: catalog.sgml
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Change FETCH/MOVE to use int8.