mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
Update access-rights.md
This commit is contained in:
parent
26dc6517c0
commit
0448c412bf
@ -101,6 +101,9 @@ Privileges can be granted to a role by the [GRANT](../sql-reference/statements/g
|
|||||||
|
|
||||||
Row policy is a filter that defines which of the rows are available to a user or a role. Row policy contains filters for one particular table, as well as a list of roles and/or users which should use this row policy.
|
Row policy is a filter that defines which of the rows are available to a user or a role. Row policy contains filters for one particular table, as well as a list of roles and/or users which should use this row policy.
|
||||||
|
|
||||||
|
!!! note "Warning"
|
||||||
|
Row policies makes sense only for users with readonly access. If user can modify table or copy partitions between tables, it defeats the restrictions of row policies.
|
||||||
|
|
||||||
Management queries:
|
Management queries:
|
||||||
|
|
||||||
- [CREATE ROW POLICY](../sql-reference/statements/create/row-policy.md)
|
- [CREATE ROW POLICY](../sql-reference/statements/create/row-policy.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user