From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: TODO Request |
Date: | 2006-09-03 01:52:58 |
Message-ID: | 44FA357A.606@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Bruce Momjian wrote:
> 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.
Yeah, but I don't see them listed in the TODO... were you being implicit?
Joshua D. Drake
>
>> are after :)
>
> It is not clear a complex solution would be accepted by the community.
>
--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2006-09-03 01:54:02 | Re: Postgres tracking - the pgtrack project |
Previous Message | Andrew Dunstan | 2006-09-03 01:44:44 | Re: better support of out parameters in plperl |