select open change scope Open full search

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

Extensions / Replication and streams

synchronize_logical_slots

Synchronizes logical replication slots from an EDB Advanced Server 12 primary to synchronous standby servers.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagesynchronize_logical_slots
Version1.0
PostgreSQL versions12
RepositoryUnspecified
Extension typePreloaded
Project statusUnmaintained
Distributionedb-postgres-advanced-server
VendorEDB
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariessynchronize_logical_slots_launcher
Stars2
Latest commit2020-09-22
Catalogue updated2026-08-30

Related extensions

Requires

dblinkconnect to other PostgreSQL databases from within a database

See also

pglogicalPostgreSQL 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.
spockMulti-master logical replication extension for PostgreSQL
pg_failover_slotsPG Failover Slots extension
pgcatEnhanced logical replication extension for per-table subscriptions, table mapping, and replica-identity tracking.
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.
londisteLondiste replication support code
bgw_replstatusSmall PostgreSQL background worker to report whether a node is a replication master or standby
decoderbufsLogical decoding plugin that delivers WAL stream changes using a Protocol Buffer format
pgoutputLogical Replication output plugin
sys_syn_dblinkPL/pgSQL synchronization processor that pulls sys_syn queues over named dblink connections, transforms batches, writes local tables, and returns processing status to the source database.