Package: postgresql-15-pglogical Source: pglogical Version: 2.4.8-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1312 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.8-1.pgdg22.04+1_amd64.deb Size: 467448 SHA512: 034a31e756eddd044740d3ec9fca9bc3dfb182f5877ce8d2882b7ea345e43f287695ba622fc0e390396e71dea9ece3603cf31f7a1d754b4f1de587e9c5740737 SHA256: 1b081f03ca8a2401d0b5780da7fda3edc69d1bffa4f88844f1a053bb34ada79c SHA1: 3361b231416bce8d0293b37ec5b7833ab90efa4e MD5sum: 26567985783f77a06abd8cf7601c8bdb 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.