i am new to postgresql. I have two machines say A and B . both the machines have 2 databases in them(all databases are in same cluster) . I just want to replicate 1 database from A to B. i.e if A has databases db1,db2 and B has databases db3,db4 . I wanted to replicate db1 from A to B. Finally B should contain db1,db3,db4. I am using postgresql-9.3 . I dont want to use any third party software. I know postgresql-9.3 officially do not provide per database level replication. I just wanted to know is there any other way to approach the problem
↧