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

#3589 PG: TRIGGER/TRUNCATE privileges parser fix

上级 d40e5027
......@@ -27,9 +27,9 @@ public enum PostgrePrivilegeType {
INSERT('a', true, PostgreTableReal.class, PostgreTableColumn.class),
UPDATE('w', true, PostgreTableBase.class, PostgreTableColumn.class),
DELETE('d', true, PostgreTableReal.class, PostgreTableColumn.class),
TRUNCATE('t', true, PostgreTableReal.class),
TRUNCATE('D', true, PostgreTableReal.class),
REFERENCES('x', true, PostgreTableReal.class, PostgreTableColumn.class),
TRIGGER('D', true, PostgreTableReal.class),
TRIGGER('t', true, PostgreTableReal.class),
// SEQUENCE privs
USAGE('U', true, PostgreSequence.class),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册