This commit is contained in:
Guillaume Tassery 2019-12-19 10:29:13 +01:00
parent d5d8fd7004
commit abbbf3e726

View File

@ -132,9 +132,7 @@ void ASTSystemQuery::formatImpl(const FormatSettings & settings, FormatState &,
print_database_table();
}
else if (type == Type::RELOAD_DICTIONARY)
{
settings.ostr << " " << backQuoteIfNeed(target_dictionary);
}
}