Re: Declarative partitioning - another take

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: Maksim Milyutin <m(dot)milyutin(at)postgrespro(dot)ru>, Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Erik Rijkers <er(at)xs4all(dot)nl>, Amit Langote <amitlangote09(at)gmail(dot)com>, Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, Rajkumar Raghuwanshi <rajkumar(dot)raghuwanshi(at)enterprisedb(dot)com>, Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, pgsql-hackers-owner(at)postgresql(dot)org
Subject: Re: Declarative partitioning - another take
Date: 2017-06-29 11:28:21
Message-ID: dd5cd6cc-4acb-bc45-2f1d-02d614b8c245@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Maksim,

On 2017/04/07 19:52, Maksim Milyutin wrote:
> On 07.04.2017 13:05, Etsuro Fujita wrote:

>>> On 2016/12/09 19:46, Maksim Milyutin wrote:
>>>> I would like to work on two tasks:
>>>> - insert (and eventually update) tuple routing for foreign partition.
>>>> - the ability to create an index on the parent and have all of the
>>>> children inherit it;

>> There seems to be no work on the first one, so I'd like to work on that.

> Yes, you can start to work on this, I'll join later as a reviewer.

Great! I added the patch to the next commitfest:

https://commitfest.postgresql.org/14/1184/

Sorry for the delay.

Best regards,
Etsuro Fujita

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Khandekar 2017-06-29 12:01:22 Re: UPDATE of partition key
Previous Message Etsuro Fujita 2017-06-29 11:20:41 Add support for tuple routing to foreign partitions