Package: postgresql-16-pglogical Source: pglogical Version: 2.4.8-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1300 Depends: postgresql-16, libc6 (>= 2.34), libpq5 (>= 9.1~) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-16-pglogical_2.4.8-1.pgdg22.04+1_amd64.deb Size: 461772 SHA512: b98eee45bdc4ce60955e8d14f0ca369225c6b7fd4bebbb8978c14d9edf56b48729bdd5ace99a1b545a26e356f40215b77ed62dd0ec84c503a3e90de9ca21f664 SHA256: b9a26b10a689ac2e68b474774366ca70d0c22f53d3f887bd604e2b905a1c3187 SHA1: 5f2c5e738cefe35a68c7cd14fd7271a9b63ba068 MD5sum: 2690e4c9ed99c52849e13523dc57221f 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.