From 9a5be26c372daa6f6570b6a67aba8943ec24706d Mon Sep 17 00:00:00 2001 From: Kseniia Antonova Date: Fri, 27 Feb 2026 11:27:45 +0300 Subject: [PATCH] Fix typo in the Access control section Fixes #5595 --- doc/admin/access_control.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/access_control.rst b/doc/admin/access_control.rst index 61d2bc7b3..dc0bff06b 100644 --- a/doc/admin/access_control.rst +++ b/doc/admin/access_control.rst @@ -1051,7 +1051,7 @@ Object types and permissions * ``usage``: Allows a user to use their privileges on database objects (for example, read, write, and alter space). * ``create``: Allows creating users, roles, functions, spaces, and sequences. This permission requires read and write access to certain system spaces. - * ``drop``: Allows creating users, roles, functions, spaces, and sequences. + * ``drop``: Allows deleting users, roles, functions, spaces, and sequences. This permission requires read and write access to certain system spaces. * ``alter``: Allows altering user settings or space objects. * - ``user``