fix anchor

This commit is contained in:
Ivan Blinkov 2018-12-18 14:23:35 +03:00
parent 543316127a
commit 4b81a12c66
3 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ Access to the `system` database is always allowed (since this database is used f
The user can get a list of all databases and tables in them by using `SHOW` queries or system tables, even if access to individual databases isn't allowed. The user can get a list of all databases and tables in them by using `SHOW` queries or system tables, even if access to individual databases isn't allowed.
Database access is not related to the [readonly](settings/query_complexity.md#query_complexity_readonly) setting. You can't grant full access to one database and `readonly` access to another one. Database access is not related to the [readonly](settings/query_complexity.md#readonly) setting. You can't grant full access to one database and `readonly` access to another one.
[Original article](https://clickhouse.yandex/docs/en/operations/access_rights/) <!--hide--> [Original article](https://clickhouse.yandex/docs/en/operations/access_rights/) <!--hide-->

View File

@ -96,6 +96,6 @@
Пользователь может получить список всех БД и таблиц в них с помощью запросов `SHOW` или системных таблиц, даже если у него нет доступа к отдельным БД. Пользователь может получить список всех БД и таблиц в них с помощью запросов `SHOW` или системных таблиц, даже если у него нет доступа к отдельным БД.
Доступ к БД не связан с настройкой [readonly](settings/query_complexity.md#query_complexity_readonly). Невозможно дать полный доступ к одной БД и `readonly` к другой. Доступ к БД не связан с настройкой [readonly](settings/query_complexity.md#readonly). Невозможно дать полный доступ к одной БД и `readonly` к другой.
[Оригинальная статья](https://clickhouse.yandex/docs/ru/operations/access_rights/) <!--hide--> [Оригинальная статья](https://clickhouse.yandex/docs/ru/operations/access_rights/) <!--hide-->

View File

@ -96,7 +96,7 @@ Access to the `system` database is always allowed (since this database is used f
The user can get a list of all databases and tables in them by using `SHOW` queries or system tables, even if access to individual databases isn't allowed. The user can get a list of all databases and tables in them by using `SHOW` queries or system tables, even if access to individual databases isn't allowed.
Database access is not related to the [readonly](settings/query_complexity.md#query_complexity_readonly) setting. You can't grant full access to one database and `readonly` access to another one. Database access is not related to the [readonly](settings/query_complexity.md#readonly) setting. You can't grant full access to one database and `readonly` access to another one.
[Original article](https://clickhouse.yandex/docs/en/operations/access_rights/) <!--hide--> [Original article](https://clickhouse.yandex/docs/en/operations/access_rights/) <!--hide-->