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.