Package: postgresql-14-pglogical Source: pglogical Version: 2.4.8-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1173 Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.1~) Breaks: postgresql-14-jit-llvm (<< 21) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.8-1.pgdg26.04+1_amd64.deb Size: 370972 SHA512: 1b323ad4055ae55705de43610eb634bb0f1e988ec11d0c8a59da4c86814843521946f4cb3fd60841e0185992b71bf3f6ef2ca352e103313a22aeb1078b45987f SHA256: 40c1b4fff05d9e3921c7ee227c04eaaa4c19289144c0e02fedee21f8132e204d SHA1: c7477f11a3a2a007145632aec14234ef201f0d9d MD5sum: 040d58d86ddad0fa0b52a744c57937aa 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.