postgres view replication slots: Documentation: 17: 26.2. Log-Shipping Standby Servers. PostgreSQL: Documentation: 17: 47.2. Logical Decoding Concepts. pg_create_logical_replication_slot - 555 win.
53.4. Streaming Replication Protocol # To initiate streaming replication, the frontend sends the replication parameter in the startup message. A Boolean ….
Postgres replication is a powerful tool for replicating data between databases; unlike physical replication, logical replication gives you more control and flexibility over what data is replicated and how it's used.
An introduction to logical replication and change data capture ... Logical replication is a method of replication where Postgres uses the WAL files and transmit those changes to another Postgres database, or a system that supports reading WAL files.