Marks the current session as replaying from the given origin, allowing replay progress to be tracked.
Signatures & examples
pg_replication_origin_session_setup ( node_name text ) → void
Marks the current session as replaying from the given origin, allowing replay progress to be tracked. Can only be used if no origin is currently selected. Use pg_replication_origin_session_reset to undo.Version history 3