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