Re: Replication pull instead of push

From: PegoraroF10 <marcos(at)f10(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Replication pull instead of push
Date: 2018-03-07 19:49:38
Message-ID: 1520452178221-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

My question was ... how to pull data from Master into Slave.
Postgres has a Publication/Subscription model that Slave connects to Master
and gets the data.
I want something that Master server gets its data which needs to be
replicated and send that data to Slave.

Is that way possible ?
If there is no extension or statement which does that, how can I do it
myself ?

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Frazer 2018-03-07 21:20:30 Re: Help troubleshooting SubtransControlLock problems
Previous Message Fabrízio de Royes Mello 2018-03-07 19:38:20 Re: Replication pull instead of push