mz_sql::pure::postgres::replica_identity

Function check_replica_identity_full

Source
pub async fn check_replica_identity_full(
    client: &Client,
    table_oids: &[Oid],
) -> Result<(), PlanError>
Expand description

Ensures that all provided OIDs are tables with REPLICA IDENTITY FULL.