Update docs/en/query_language/system.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
This commit is contained in:
Denis Zhuravlev 2019-09-06 20:09:02 -03:00 committed by GitHub
parent 26572e19f9
commit 3178b50505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ Always returns `Ok.` regardless of the result of the dictionary update.
Completely reloads a dictionary `dictionary_name`, regardless of the state of the dictionary (LOADED / NOT_LOADED / FAILED). Completely reloads a dictionary `dictionary_name`, regardless of the state of the dictionary (LOADED / NOT_LOADED / FAILED).
Always returns `Ok.` regardless of the result of updating the dictionary. Always returns `Ok.` regardless of the result of updating the dictionary.
The status of the dictionary can be checked by querying `system.dictionaries`. The status of the dictionary can be checked by querying the `system.dictionaries` table.
```sql ```sql
SELECT name, status FROM system.dictionaries; SELECT name, status FROM system.dictionaries;