Hacker News new | ask | show | jobs
by radimm 150 days ago
Not OP - but definitely no. In such a case use just physical or - if you have special use case - logical replication that’s built in.
1 comments

I agree. pgwire-replication is useful when you need to build a customized and closely controlled pipeline. In fact, it will give you the first part of handling the data (reading from the source), you still need to implement the rest yourself.