Package: postgresql-16-pglogical Source: pglogical Version: 2.4.8-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1163 Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.1~) Breaks: postgresql-16-jit-llvm (<< 21) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-16-pglogical_2.4.8-1.pgdg26.04+1_amd64.deb Size: 368556 SHA512: 786da903e04170b92bb6ac9769d7435c0dc0ae1c70d1b900231ad68d3a97ab1ea043af513d37af6d580dc9919df37feaa66c7aa47b2e849ce062fe27a2331893 SHA256: f3319bfa66583454ee7cf9956591477d2e5b769d63fdf2b721305b6d81fadad5 SHA1: 898b0881ae51c3a2704d789b6e1ccf94fa8b30af MD5sum: 4e8b097b15698b6e131171139da8e423 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.