Function mz_sql::pure::postgres::replica_identity::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
.