Introduced the ability to define a ROW POLICY that applies to all tables within a specific database.
Why it matters
This feature allows administrators to simplify access control management by creating a single row-level security policy at the database level instead of defining separate policies for each table. It improves security management efficiency and consistency across all tables in a database.How to use it
To use this feature, create a ROW POLICY with the scope set to the desired database. The policy will then automatically apply to all tables inside that database without needing to define it individually for each table.