We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8beea1 + b1aed35 commit f2ee699Copy full SHA for f2ee699
1 file changed
src/middle-pgsql.cpp
@@ -88,7 +88,7 @@ void middle_pgsql_t::table_desc::drop_table(
88
auto const qual_name = qualified_name(schema(), name());
89
db_connection.exec("DROP TABLE IF EXISTS {}"_format(qual_name));
90
91
- log_info("Done postprocessing on table '{}' in {}", name(),
+ log_info("Table '{}' dropped in {}", name(),
92
util::human_readable_duration(timer.stop()));
93
}
94
0 commit comments