Package: postgresql-19-pglogical Source: pglogical Version: 2.4.8-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1194 Depends: postgresql-19, libc6 (>= 2.34), libpq5 (>= 9.1~) Breaks: postgresql-19-jit-llvm (<< 15) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-19-pglogical_2.4.8-1.pgdg22.04+1_amd64.deb Size: 388476 SHA512: a1d71ca8ed1daa4e99ddbc332a18f19231a4ada672bc6b148decbc0300a1dc399f9171ab3e31cbe58e17cb4f5c126e81c6ef43be005b60a313eb1894b535d65f SHA256: 64a0a84ffb07b8918c8203f810a35fb9a2e86c301005768b8d70b6b8fe3ca24a SHA1: 72ea86bfb18a8348c75afd65b6f14d02ac77c008 MD5sum: 36e01758a824ea7ab5531f554ad97fcf 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.