Package: postgresql-18-pglogical Source: pglogical Version: 2.4.8-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1187 Depends: postgresql-18, libc6 (>= 2.34), libpq5 (>= 9.1~) Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-18-pglogical_2.4.8-1.pgdg22.04+1_amd64.deb Size: 385460 SHA512: b8b15d64aaf19a1b56aba57a938b5b27c05df4bf79f660162a1c3bbcfb4b91a1cd8d61643eb119d1b54ede63767752fbbc9ee0af0da01a405b204742a46de423 SHA256: 40f49e09d214a537265464c41c91449184d7dccf94a9e3823b5351ae27842939 SHA1: f0786f4c4f9e41cffdfa08623e58fdc698b6d974 MD5sum: af40c4ffb671873a4c5ff3e36e43488d 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.