Package: postgresql-12-pglogical Source: pglogical Version: 2.4.8-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 627 Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.1~) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.8-1.pgdg26.04+1_amd64.deb Size: 132224 SHA512: d916df71aa3a159c0bc736567d8bbadd0b928f0b572596f9f616fb5895a6c1e96fa475019eddcc7e36272ef04847e202ec31fd6a7f50c7b3f844aa4c50071170 SHA256: 5ba7fefd968c732f0f2ccbd22ef44a48ce266d590f833dd28caab211cd34df4d SHA1: ffc495f9ee354acb2d666e09e38c5380f68c5fa8 MD5sum: a8c2d8a766a2c574e8c8bd8fc0471471 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.