Package: postgresql-11-pglogical Source: pglogical Version: 2.4.7-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1221 Depends: postgresql-11, libc6 (>= 2.34), libpq5 (>= 9.1~) Breaks: postgresql-11-jit-llvm (<< 15) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.7-1.pgdg22.04+1_amd64.deb Size: 427872 SHA512: 7b88739117dab63b6017776e8b26b96b766b17636371e3ac7d75b651d33ff15e7396329fda741114128c89391232493a8b7ea4882c2fa16904befccfee4848f1 SHA256: 38584699963149f1c43c63f34ac4d0ca41aeef9199435c7e6433b22a625baed6 SHA1: 085c67c7dbda3cfc883beb37e3bfe71173af66e7 MD5sum: 8be461b6a0f3e6cac325473ca01cb13d 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.