提交 7512032b 编写于 作者: 马晓光

add postgre drop role rule

上级 7e8bfe1a
......@@ -81,3 +81,7 @@ alterRoleSetConfig
alterRoleResetConfig
: ALTER ROLE (roleSpecification | ALL) (IN DATABASE databaseName)? RESET (STRING | ALL)
;
dropRole
: DROP ROLE (IF EXISTS)? roleNames
;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册