提交 89fe8c3b 编写于 作者: S serge-rider

PostgreSQL database owner altering.


Former-commit-id: fb1ad92f
上级 7bc36ec2
......@@ -156,7 +156,7 @@ public class PostgreDatabaseManager extends SQLObjectEditor<PostgreDatabase, Pos
if (command.hasProperty("defaultEncoding")) {
actionList.add(new SQLDatabasePersistAction(alterPrefix + "SET ENCODING " + DBUtils.getQuotedIdentifier(database.getDefaultEncoding(monitor))));
}
if (command.hasProperty("dba")) {
if (command.hasProperty("dBA")) {
actionList.add(new SQLDatabasePersistAction(alterPrefix + "OWNER TO " + DBUtils.getQuotedIdentifier(database.getDBA(monitor))));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册