Re: Replication pull instead of push - Mailing list pgsql-general

From PegoraroF10
Subject Re: Replication pull instead of push
Date
Msg-id 1520452178221-0.post@n3.nabble.com
Whole thread Raw
In response to Re: Replication pull instead of push  (Fabrízio de Royes Mello <fabrizio@timbira.com.br>)
List 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


pgsql-general by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: Replication pull instead of push
Next
From: Scott Frazer
Date:
Subject: Re: Help troubleshooting SubtransControlLock problems