Package: postgresql-11-pglogical Source: pglogical Version: 2.4.8-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 615 Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.1~) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.8-1.pgdg26.04+1_amd64.deb Size: 128236 SHA512: 95b62f187fcec5049cbcba76990514b0a10567c93926143942d58c208a3a10f6f44e4a00ee2f0971cae87e083767265be5c0328f6d91c6a86f28aeb17f94a8ef SHA256: 0ecda30417177f5b05a0ba12f21ba072f7ecaca87bf2488da1b044586a3d43be SHA1: 19bef1c0a77df03f54b16bb538faeddaa3e86831 MD5sum: 109d49d39f07eb6694721fe3e8d5da6d 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.