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/
7 lines
272 B
Plaintext
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.
|