Package: postgresql-18-pglogical Source: pglogical Version: 2.4.8-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1167 Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.1~) Breaks: postgresql-18-jit-llvm (<< 21) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-18-pglogical_2.4.8-1.pgdg26.04+1_amd64.deb Size: 370336 SHA512: 18bd892af2ff2d52b47dc9520b83572a688b315dc3f5f0f7e6840022316e08e4d06698f2191aaefe4324a0311904a9aec07b837412fdc449d6e1fae6256fa4e6 SHA256: 10773f8422092e0a816c9fc125713310854e463a5aab191ba3b0e6e47103eea6 SHA1: 821803ebeaef10db4c8dbc5b17672493357ab419 MD5sum: 04642e9aa10a7834ba90e765b310571f 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.