Function mz_storage::source::postgres::snapshot::use_snapshot
source ยท async fn use_snapshot(
client: &Client,
snapshot: &str,
) -> Result<(), TransientError>
Expand description
Starts a read-only transaction on the SQL session of client
at a the consistent LSN point of
snapshot
.