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