pub async fn get_replication_lag(
client: &Client,
subscription_name: Option<&str>,
) -> Result<Vec<SourceReplicationStats>>Expand description
Get replication statistics from the source database Queries pg_stat_replication to see what’s being replicated to subscribers