Re: Replication with partitions?

From: Dave Johansen <davejohansen(at)gmail(dot)com>
To: Feike Steenbergen <feikesteenbergen(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Replication with partitions?
Date: 2015-12-08 15:35:41
Message-ID: CAAcYxUfX6brScO=ocoAyGPPd_gkCSW1nv61gQivXU-qsD5VZeQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Dec 8, 2015 at 5:05 AM, Feike Steenbergen <
feikesteenbergen(at)gmail(dot)com> wrote:

> Dave,
>
> The built-in streaming replication of 9.2 gives you everything, you cannot
> cherrypick which tables will be replicated and which one will not be
> replicated.
> Basically: The streaming replica will be an exact copy of you primary
> cluster.
>
> So the answer to your question is no, it's not possible with the streaming
> replication in 9.2.
>

Does 9.3 or 9.4 support this sort of configuration?
If not, from the table in the documentation, it looks like Slony [1] and
Bucardo [2] would both work, so does any one have any recommendations?

Thanks,
Dave

[1] http://slony.info/
[2] https://bucardo.org/wiki/Bucardo

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Yogi Barot 2015-12-08 16:32:50 Re: pg_upgrade error
Previous Message Feike Steenbergen 2015-12-08 12:05:11 Re: Replication with partitions?