提交 f0d81d4f 编写于 作者: A Anastasiya Volkova

#11727 show Redshift database size

上级 ab9441b7
......@@ -338,5 +338,10 @@ public class PostgreServerRedshift extends PostgreServerExtensionBase implements
public boolean supportsBackslashStringEscape() {
return true;
}
@Override
public boolean supportsDatabaseSize() {
return true;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册