Re: propagating replica identity to partitions

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Subject: Re: propagating replica identity to partitions
Date: 2019-03-01 02:55:47
Message-ID: 20190301025547.GI1348@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 28, 2019 at 07:41:11PM -0300, Alvaro Herrera wrote:
> We all seem to agree that REPLICA IDENTITY should recurse.

(entering the ring)
FWIW, I agree that having REPLICA IDENTITY recurse on partitions feels
more natural, as much as being able to use ALTER TABLE ONLY to only
update the definition on a given partition member.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Osumi, Takamichi 2019-03-01 02:59:48 RE: extension patch of CREATE OR REPLACE TRIGGER
Previous Message Michael Paquier 2019-03-01 02:50:38 Re: Remove Deprecated Exclusive Backup Mode