Re: Adding support for Default partition in partitioning
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Rahila Syed <rahilasyed90@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-03-03T02:40:52Z
Lists: pgsql-hackers
On Wed, Mar 1, 2017 at 6:29 AM, Rahila Syed <rahilasyed90@gmail.com> wrote: > 3. Handling adding a new partition to a partitioned table > with default partition. > This will require moving tuples from existing default partition to > newly created partition if they satisfy its partition bound. Considering that this patch was submitted at the last minute and isn't even complete, I can't see this getting into v10. But that doesn't mean we can't talk about it. I'm curious to hear other opinions on whether we should have this feature. On the point mentioned above, I don't think adding a partition should move tuples, necessarily; seems like it would be good enough - maybe better - for it to fail if there are any that would need to be moved. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Allow a partitioned table to have a default partition.
- 6f6b99d1335b 11.0 landed
-
Adjust min/max values when changing sequence type
- 60a0b2ec8943 10.0 cited
-
BRIN auto-summarization
- 7526e10224f0 10.0 cited