Is it possible to do writable slave in postgresql master-slave replication model?
Db contains just one unindexed table.
I managed to achieve it with BDR master-master replication, but it eventually tables become locked to writes, both master and slave, for some reason, so I was forced to remove it and try something else.
Im looking to Slony and burcado now, but not sure from docs that I can get writable slave.