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

#7266 Permission grant/revoke script fix


Former-commit-id: bf5c0d95
上级 13608d84
......@@ -688,6 +688,10 @@ public class PostgreUtils {
return "SEQUENCE";
} else if (object instanceof PostgreProcedure) {
return ((PostgreProcedure) object).getProcedureTypeName();
} else if (object instanceof PostgreSchema) {
return "SCHEMA";
} else if (object instanceof PostgreDatabase) {
return "DATABASE";
} else {
return "TABLE";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册