Re: FDW and BDR - Mailing list pgsql-general

From Andres Freund
Subject Re: FDW and BDR
Date
Msg-id 20150902124011.GB25109@alap3.anarazel.de
Whole thread Raw
In response to Re: FDW and BDR  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: FDW and BDR
Re: FDW and BDR
Re: FDW and BDR
List pgsql-general
On 2015-09-02 20:27:40 +0800, Craig Ringer wrote:
> The reason for this is that BDR replicates at a database level, but
> CREATE SERVER and CREATE USER MAPPING are global, affecting all
> databases on a PostgreSQL install. BDR can't therefore guarantee to
> replicate CREATE SERVER to other nodes, since it might get run on a
> non-BDR-enabled database.

As Tom explained thats not the case for either of those two. To my
knowledge the only reason those two commands aren't implemented is that
either nobody implemented the required ddl deparsing or, actually
somewhat likely, nobody removed the error check. Either way it should be
simple to implement.

Greetings,

Andres Freund


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: FDW and BDR
Next
From: Willy-Bas Loos
Date:
Subject: Re: Re: (expert) "insert into VIEW returning" inside an instead of trigger returns nothing