Re: TODO Request - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: TODO Request
Date
Msg-id 200609022355.k82NtXR07661@momjian.us
Whole thread Raw
In response to Re: TODO Request  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: TODO Request  ("Joshua D. Drake" <jd@commandprompt.com>)
List 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 by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: [PATCHES] DOC: catalog.sgml
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Change FETCH/MOVE to use int8.