select open change scope Open full search

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

Supported versions: Current (18) / 17 / 16 / 15 / 14
Development versions: 19 / devel
Unsupported versions: 13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4
Historical version. PostgreSQL 9.4 reached end of support in February 2020. See the current version for supported releases.

46.8. Synchronous Replication Support for Logical Decoding

Logical decoding can be used to to build synchronous replication solutions with the same user interface as synchronous replication for streaming replication. To do this, the streaming replication interface (see Section 46.3) must be used to stream out data. Clients have to send Standby status update (F) (see Section 49.3) messages, just like streaming replication clients do.

Note: A synchronous replica receiving changes via logical decoding will work in the scope of a single database. Since, in contrast to that, synchronous_standby_names currently is server wide, this means this technique will not work properly if more than one database is actively used.

Report a documentation issue

Read the upstream documentation. For corrections, first check the current version.