-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Incomplete documentation of ALTER SETTINGS PROFILE statement #12312
Copy link
Copy link
Closed
Labels
comp-documentationDocumentation (docs, examples, READMEs).Documentation (docs, examples, READMEs).comp-rbacAuthorization: roles, grants, quotas, row-level security, access checks.Authorization: roles, grants, quotas, row-level security, access checks.
Description
Describe the issue
The statement ALTER SETTINGS PROFILE uses TO assignment clause, but documentation syntax does not show this.
Additional context
https://clickhouse.tech/docs/en/sql-reference/statements/alter/#alter-settings-profile-statement
Connecting to localhost:9000 as user default.
Connected to ClickHouse server version 20.5.2 revision 54435.
clicktest :) ALTER SETTINGS PROFILE prof0 TO user0
ALTER SETTINGS PROFILE prof0 TO user0
Ok.
0 rows in set. Elapsed: 0.006 sec.
clicktest :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
comp-documentationDocumentation (docs, examples, READMEs).Documentation (docs, examples, READMEs).comp-rbacAuthorization: roles, grants, quotas, row-level security, access checks.Authorization: roles, grants, quotas, row-level security, access checks.