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