sql: Include policy information in explain output #138824
Labels
A-sql-privileges
SQL privilege handling and permission checks.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
When you explain a query, we want to surface information about any row-level security (RLS) policies that will apply. It is expected that users will use this output as a way of ensuring the proper RLS policies are in force.
To avoid including too much RLS information, we will only expose it if the VERBOSE option is used.
The output will look something like this:
RLS information should be visible for all SELECT, UPDATE, DELETE, INSERT DML.
Jira issue: CRDB-46366
The text was updated successfully, but these errors were encountered: