Merge pull request #8884 from azat/client-suggest-merge_tree_settings

Add system.merge_tree_settings into clickhouse-client suggest
This commit is contained in:
alesapin 2020-01-29 11:26:24 +03:00 committed by GitHub
commit abe9ce8774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,8 @@ void Suggest::loadImpl(Connection & connection, const ConnectionTimeouts & timeo
" UNION ALL "
"SELECT name FROM system.data_type_families"
" UNION ALL "
"SELECT name FROM system.merge_tree_settings"
" UNION ALL "
"SELECT name FROM system.settings"
" UNION ALL "
"SELECT cluster FROM system.clusters"