// SPDX-License-Identifier: BUSL-1.1
//! Row-Level Security policy enumeration for `PurgeCollection` cascade.
//!
//! RLS policies are scoped to a single collection. When the collection
//! is hard-deleted the policies must go too — an orphan policy would
//! sit in the catalog forever and silently short-circuit future
//! queries if a collection with the same name were re-created.
use crateSystemCatalog;
/// Enumerate RLS policies bound to `(tenant_id, collection)`.
/// Returns policy names only.