Package: postgresql-14-pglogical Source: pglogical Version: 2.4.7-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1293 Depends: postgresql-14, libc6 (>= 2.34), libpq5 (>= 9.1~) Breaks: postgresql-14-jit-llvm (<< 15) Homepage: https://github.com/2ndQuadrant/pglogical Priority: optional Section: database Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.7-1.pgdg22.04+1_amd64.deb Size: 461084 SHA512: 402be4af000d6d99c2e8ccdea10e88b95d3c96eb3a814c0ef3192763b91975ba21a7cd41bafffbf6e43b0a08a985d96bb9d66a496b7e8ba40fe8363e355f2130 SHA256: 03f2d403d72db4fb0f4117eb69fff9194b44f02a284f91652879917061dbc135 SHA1: 0466b20434402f368672198ad16ca5044e4e020b MD5sum: 13268da420952f5d4f14f58a387cac76 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.