Package: postgresql-15-pglogical Source: pglogical Version: 2.4.7-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1293 Depends: postgresql-15, libc6 (>= 2.34), libpq5 (>= 9.1~) Breaks: postgresql-15-jit-llvm (<< 15) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.7-1.pgdg22.04+1_amd64.deb Size: 462356 SHA512: a6470446d0a9d544f3fac8c0606cb0b7a7514a2f783adb241ef9da7141b672b5949fa7ad91a61a9f388928b5a44b1eb8004103a17202fafb125327bb9847bf3c SHA256: 672c6cd677e84436476563912256cfca08b16e963346fed28777d3c72ff5d2ad SHA1: 1cc81547fcb0305c962f80e111fdeee1e3932dbf MD5sum: 1fa5108d6c26c0d196419deaddecdeda 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.