Fix the documentation for config property users_without_row_policies_can_read_rows which is true by default now as per pull request 58584

This commit is contained in:
Pratima Patel 2024-05-30 08:52:00 -04:00
parent 7237242576
commit 3bfe259ea0

View File

@ -715,7 +715,7 @@
<!-- Enables logic that users without permissive row policies can still read rows using a SELECT query.
For example, if there two users A, B and a row policy is defined only for A, then
if this setting is true the user B will see all rows, and if this setting is false the user B will see no rows.
By default this setting is false for compatibility with earlier access configurations. -->
By default this setting is true. -->
<users_without_row_policies_can_read_rows>true</users_without_row_policies_can_read_rows>
<!-- By default, for backward compatibility ON CLUSTER queries ignore CLUSTER grant,