Package: postgresql-10-pglogical Source: pglogical Version: 2.4.6-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 570 Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.1~) Homepage: https://www.2ndquadrant.com/en/resources/pglogical/ Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.6-1.pgdg26.04+1_amd64.deb Size: 112328 SHA256: 52006674ce5ac946c0b75dc604a98e9f68b298a72bc915f5e6d89ca10cb48132 SHA1: 350168158c87105721306f14e0d113ea53d1cc24 MD5sum: 6151c41e7d8e1ffd5f2e23e6b067749e 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.