提交 9c3e6166 编写于 作者: S Serge Rider

#395 DROP schema fix (CASCADE)

上级 b9b48a07
......@@ -89,7 +89,7 @@ public class PostgreSchemaManager extends SQLObjectEditor<PostgreSchema, Postgre
protected DBEPersistAction[] makeObjectDeleteActions(ObjectDeleteCommand command)
{
return new DBEPersistAction[] {
new SQLDatabasePersistAction("Drop schema", "DROP SCHEMA " + DBUtils.getQuotedIdentifier(command.getObject())) //$NON-NLS-2$
new SQLDatabasePersistAction("Drop schema", "DROP SCHEMA " + DBUtils.getQuotedIdentifier(command.getObject()) + " CASCADE") //$NON-NLS-2$
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册