Package: postgresql-15-pglogical Source: pglogical Version: 2.4.8-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1173 Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.1~) Breaks: postgresql-15-jit-llvm (<< 21) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.8-1.pgdg26.04+1_amd64.deb Size: 371648 SHA512: 68696b2461173f4da89a970c1f8bc023154debdaa0a43e8b013cfc0e6a1779653857f45a8f8b73df39ac9577fe64f6b9f0d3bac31a6f3d5fd204f0bd5558e1b2 SHA256: 51394569334e8d18a7cca3bc42b893550826f082103551f8b6a1c3fde73aae8a SHA1: 87b59c04e648e6b1f53f026dfff1e06c91fa38be MD5sum: 0842ee57bfdb155f5e6d2b8cd2c2248f 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.