ports/databases/pglogical/pkg-message
Matthew Seaman e5561bd17f pglogical is a logical replication system implemented entirely as a
PostgreSQL extension. Fully integrated, it requires no triggers or
external programs. This alternative to physical replication is a
highly efficient method of replicating data using a publish/subscribe
model for selective replication.

WWW: http://2ndquadrant.com/en/resources/pglogical/
2016-06-08 23:27:22 +00:00

7 lines
272 B
Plaintext

The pglogical extension is pointless without the pglogical-output
extension, and vice versa. Please install both pglogical and
pglogical-output extensions (that match the local postgresql server
version) on both the sending and receiving instances of postgresql
server.