Skip to content

Commit ced6251

Browse files
authored
Fixed ACL docs (#16459)
1 parent 355e3bc commit ced6251

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ydb/docs/en/core/yql/reference/_includes/permissions_list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The possible names of rights are listed in the table below.
1212
| `ydb.database.drop` | `DROP` | The right to delete databases in the cluster |
1313
| **Elementary rights for database objects** | | |
1414
| `ydb.granular.select_row` | `SELECT ROW` | The right to read rows from a table (select), read messages from topics |
15-
| `ydb.granular.update_row` | `UPDATE ROW` | The right to update rows in a table (insert, update, erase), write messages to topics |
16-
| `ydb.granular.erase_row` | `ERASE ROW` | The right to delete rows from a table |
15+
| `ydb.granular.update_row` | `UPDATE ROW` | The right to update rows in a table (insert, update, upsert, replace), write messages to topics |
16+
| `ydb.granular.erase_row` | `ERASE ROW` | The right to delete rows from a table (delete) |
1717
| `ydb.granular.create_directory` | `CREATE DIRECTORY` | The right to create and delete directories, including existing and nested ones |
1818
| `ydb.granular.create_table` | `CREATE TABLE` | The right to create tables (including index, external, columnar), views, sequences |
1919
| `ydb.granular.create_queue` | `CREATE QUEUE` | The right to create topics |

ydb/docs/ru/core/yql/reference/_includes/permissions_list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
`ydb.database.drop` | `DROP` | Право удалять базы данных в кластере
1212
Элементарные права на объекты базы данных
1313
`ydb.granular.select_row` | `SELECT ROW` | Право читать строки из таблицы (select), читать сообщения сообщения из топиков
14-
`ydb.granular.update_row` | `UPDATE ROW` | Право обновлять строки в таблице (insert, update, insert, erase), писать сообщения в топики
15-
`ydb.granular.erase_row` | `ERASE ROW` | Право удалять строки из таблицы
14+
`ydb.granular.update_row` | `UPDATE ROW` | Право обновлять строки в таблице (insert, update, upsert, replace), писать сообщения в топики
15+
`ydb.granular.erase_row` | `ERASE ROW` | Право удалять строки из таблицы (delete)
1616
`ydb.granular.create_directory` | `CREATE DIRECTORY` | Право создавать и удалять директории, в том числе существующие и вложенные
1717
`ydb.granular.create_table` | `CREATE TABLE` | Право создавать таблицы (в том числе индексные, внешние, колоночные), представления, последовательности
1818
`ydb.granular.create_queue` | `CREATE QUEUE` | Право создавать топики

0 commit comments

Comments
 (0)