From b2517c5f50d0676ef0ac60ef5ee7a4a8b3e5126b Mon Sep 17 00:00:00 2001 From: BayoNet Date: Wed, 29 Apr 2020 08:39:28 +0300 Subject: [PATCH] Update docs/en/operations/access_rights.md Co-Authored-By: Ilya Yatsishin <2159081+qoega@users.noreply.github.com> --- docs/en/operations/access_rights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/operations/access_rights.md b/docs/en/operations/access_rights.md index 57864c673b9..2d8fb7107d9 100644 --- a/docs/en/operations/access_rights.md +++ b/docs/en/operations/access_rights.md @@ -37,7 +37,7 @@ If you just start using ClickHouse, you can use the following scenario: ### Properties of Current Solution {#access-control-properties} -- You can grant permissions for databases and tables even if they are not exist. +- You can grant permissions for databases and tables even if they do not exist. - If a table was deleted, all the privileges that correspond to this table are not revoked. So, if new table is created later with the same name all the privileges become again actual. To revoke privileges corresponding to the deleted table, you need to perform, for example, the `REVOKE ALL PRIVILEGES ON db.table FROM ALL` query. - There is no lifetime settings for privileges.