Em ter, 29 de jan de 2019 às 10:24, Sathish Kumar <satcse88@gmail.com> escreveu: > > Hi, > > We are trying to replicate few tables from one postgresql server to another server. We are currently using Postgresql 9.5.x, is there any way to achieve it without Postgresql upgrade.
Yeap... use pglogical [1] extension.
I have had success with pgloader when migrating specific tables and/or schemas from one machine to another.