Re: Sync replication - Mailing list pgsql-admin

From Rakesh Kumar
Subject Re: Sync replication
Date
Msg-id 1612e8fd701-1722-18849@webjas-vae073.srv.aolmail.net
Whole thread Raw
In response to Sync replication  (Azimuddin Mohammed <azimeiu@gmail.com>)
Responses Re: Sync replication  (Azimuddin Mohammed <azimeiu@gmail.com>)
Re: Sync replication  (Azimuddin Mohammed <azimeiu@gmail.com>)
List pgsql-admin

>I have a question regarding synchronus replication. 
>If i have a master and standby server will sync replication setup..when my slave dies and master is still active. Will the transaction completes, or >master will wait for slave to commit the transaction and then commits its. ?

Master will wait for slave to come back up.  PG"s replication is not the same as SQLServer/DB2/Oracle 
where they allow master to continue operating while the slave is down.  useful during scheduled maintenance.

pgsql-admin by date:

Previous
From: Azimuddin Mohammed
Date:
Subject: Sync replication
Next
From: Jorge Daniel
Date:
Subject: OOM Killing on Docker while ANALYZE running