Package: postgresql-14-pglogical Source: pglogical Version: 2.4.8-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1313 Depends: postgresql-14, libc6 (>= 2.34), libpq5 (>= 9.1~) Breaks: postgresql-14-jit-llvm (<< 15) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.8-1.pgdg22.04+1_amd64.deb Size: 466112 SHA512: fdcae789956a40e74c76a46df8fd207019bd7ec75daf10c4245e8eb17f63ec1d4b2d86e79d2a94b4b6aae4e4ec2d4e16cff3ec13afd7a5c782c1f6ed07cc178d SHA256: 89d5a5fb52b61603b1f835ccfc057283ed8b52ca5da4b275270d7f7f39152744 SHA1: d498e01d5d595909c37f50beda5b1dd07336ec90 MD5sum: f7b363e4a238631e9e467529e5c5ca08 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.