select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Replication and streams

pg_follower

Educational logical-replication extension that captures and applies database changes

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_follower
Version1.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars2
Latest commit2024-11-16
Catalogue updated2026-08-30

Related extensions

See also

pglogicalPostgreSQL Logical Replication
spockMulti-master logical replication extension for PostgreSQL
decoderbufsLogical decoding plugin that delivers WAL stream changes using a Protocol Buffer format
pgoutputLogical Replication output plugin
wal2jsonChanging data capture in JSON format
pgcatEnhanced logical replication extension for per-table subscriptions, table mapping, and replica-identity tracking.
logical_ddlReplicate supported DDL changes over PostgreSQL logical replication
tencentdb_failover_slotTencentDB proprietary kernel extension that synchronizes logical replication-slot state to standby nodes so subscriptions can continue across primary/standby failover.
pg_shardmanManages PostgreSQL 10 hash-sharded tables across nodes using pg_pathman, postgres_fdw, and logical replication.
pgl_validateCross-node data validation for pglogical and PostgreSQL logical replication — lag-correct, contract-aware row-count and checksum verification with sound (zero-false-positive) divergence detection.