Package: postgresql-15-pglogical Source: pglogical Version: 2.4.2-3.pgdg18.04+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1196 Depends: postgresql-15, libc6 (>= 2.4), libpq5 (>= 9.1~) Homepage: https://www.2ndquadrant.com/en/resources/pglogical/ Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.2-3.pgdg18.04+1_i386.deb Size: 438024 SHA256: 6e7af2aafb022a546570905ce8ed84ad3f22c66d3de161a71907c702829f31ec SHA1: d11f125d6985ae85308a1470ba042195bcc05df4 MD5sum: bd51c2456a861961064a22c9a76c897a 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.