Package: postgresql-17-pglogical Source: pglogical Version: 2.4.8-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1167 Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.1~) Breaks: postgresql-17-jit-llvm (<< 21) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-17-pglogical_2.4.8-1.pgdg26.04+1_amd64.deb Size: 369092 SHA512: e39483a29ff57ec3040ed10b214334d5f1474e71a9e25b212ca190d1e44b3d4090f74b3457d1eccf20732cc2590477b31fb964bf4da3bfae26e3f4bf3db65e95 SHA256: 7d71ca7f22c4121c3eb58cf9ff30e8e88a960b29409218a7449a62867fc043c7 SHA1: c859b3622420f40cc0707b79499ee90885852e5a MD5sum: 69d2efa2488b79cc8df23b0b4394ff97 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.