Merge pull request #68461 from linhgiang24/patch-3

Update grant.md to include POSTGRES privilege
This commit is contained in:
vdimir 2024-08-20 11:09:53 +00:00 committed by GitHub
commit f323c76431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,6 +200,7 @@ Hierarchy of privileges:
- `JDBC` - `JDBC`
- `HDFS` - `HDFS`
- `S3` - `S3`
- `POSTGRES`
- [dictGet](#dictget) - [dictGet](#dictget)
- [displaySecretsInShowAndSelect](#displaysecretsinshowandselect) - [displaySecretsInShowAndSelect](#displaysecretsinshowandselect)
- [NAMED COLLECTION ADMIN](#named-collection-admin) - [NAMED COLLECTION ADMIN](#named-collection-admin)
@ -476,6 +477,7 @@ Allows using external data sources. Applies to [table engines](../../engines/tab
- `JDBC`. Level: `GLOBAL` - `JDBC`. Level: `GLOBAL`
- `HDFS`. Level: `GLOBAL` - `HDFS`. Level: `GLOBAL`
- `S3`. Level: `GLOBAL` - `S3`. Level: `GLOBAL`
- `POSTGRES`. Level: `GLOBAL`
The `SOURCES` privilege enables use of all the sources. Also you can grant a privilege for each source individually. To use sources, you need additional privileges. The `SOURCES` privilege enables use of all the sources. Also you can grant a privilege for each source individually. To use sources, you need additional privileges.