Package: postgresql-12-pglogical Source: pglogical Version: 2.4.7-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1274 Depends: postgresql-12, libc6 (>= 2.34), libpq5 (>= 9.1~) Breaks: postgresql-12-jit-llvm (<< 15) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.7-1.pgdg22.04+1_amd64.deb Size: 453688 SHA512: 8549d77cbe934eb57b0490ce892030c77576081c7c74a2079d516430a511356c46413db943cc6fbec9c6ba0fd818cf1041b04a073a0aebe418395addf275b5f6 SHA256: 0b493ef04b42ba793d71e0ee4465c3b2fa0b405a79642a64905f72665b3f3178 SHA1: 0a1cb59863a00f8f35149e4788bb8336d61d10a6 MD5sum: c4623a28d89b28b6c2b25bca332b58dd Description: Logical Replication Extension for PostgreSQL The pglogical extension provides logical streaming replication between PostgreSQL instances, using a publish/subscribe model. Contrary to the built-in streaming replication, pglogical can replicate between major versions or different architectures and is not restricted to replicate the entire instance but can selectively replicate arbitrary sets of tables. . Use-Cases include migrations and major-version upgrades, aggregation of several databases into a Data Warehouse, It utilises the Logical Decoding features available since PostgreSQL 9.4 working with low overhead on both provider and subscriber.