We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5498857 commit b662148Copy full SHA for b662148
1 file changed
readonly.xml
@@ -1,7 +1,7 @@
1
<clickhouse>
2
<profiles>
3
<readonly>
4
- <readonly>1</readonly>
+ <readonly>2</readonly>
5
<joined_subquery_requires_alias>0</joined_subquery_requires_alias>
6
<max_execution_time>600</max_execution_time>
7
<constraints>
@@ -19,9 +19,6 @@
19
<ip>::/0</ip>
20
</networks>
21
<profile>readonly</profile>
22
- <grants>
23
- <query>GRANT CREATE TEMPORARY TABLE ON *.* TO</query>
24
- </grants>
25
</readonly>
26
</users>
27
</clickhouse>
0 commit comments