Is there any way to sync three different postgres database on three different servers which is located in three different location and each server is responsible for writing different types of data however each server should have another servers data?
For Example: Server : A, B, C Data : 1, 2, 3.
Each server should have three data 1, 2 and 3.
However only:
Server A that's allowed to update the data 1.
Server B that's allowed to update the data 2.
Server C that's allowed to update the data 3.
yet each server should have the updated on each data.