Skip to content

Commit

Permalink
add database ownership note (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
TCeason authored Jun 2, 2024
1 parent 4538817 commit 2f67d69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/guides/56-security/access-control/01-privileges.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ Please note that you can use the [USE DATABASE](/sql/sql-commands/ddl/database/d
| SELECT | SHOW CREATE a database. |
| OWNERSHIP | Grants full control over a database. Only a single role can hold this privilege on a specific object at a time. |

> Note:
>
> 1. If a role own a database, this role can access all tables under this database.

### Session Policy Privileges

| Privilege | Description |
Expand Down

0 comments on commit 2f67d69

Please sign in to comment.