mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Revert "PG16 support privilege MAINTAIN"
This reverts commit bcb87cf9e41c87efdcbeb7c80389d9fee35d29b8.
This commit is contained in:
parent
fc71d91348
commit
0f241fef7c
8 changed files with 11 additions and 27 deletions
|
|
@ -1036,7 +1036,6 @@ wxString pgObject::GetPrivilegeGrant(const wxString &allPattern, const wxString
|
|||
AppendRight(rights, acl, 'R', wxT("RULE"), column);
|
||||
AppendRight(rights, acl, 'x', wxT("REFERENCES"), column);
|
||||
AppendRight(rights, acl, 't', wxT("TRIGGER"), column);
|
||||
AppendRight(rights, acl, 'm', wxT("MAINTAIN"), column);
|
||||
AppendRight(rights, acl, 'X', wxT("EXECUTE"), column);
|
||||
AppendRight(rights, acl, 'U', wxT("USAGE"), column);
|
||||
AppendRight(rights, acl, 'C', wxT("CREATE"), column);
|
||||
|
|
@ -2105,8 +2104,6 @@ wxString pgObject::GetPrivilegeName(wxChar privilege)
|
|||
return wxT("REFERENCES");
|
||||
case 't':
|
||||
return wxT("TRIGGER");
|
||||
case 'm':
|
||||
return wxT("MAINTAIN");
|
||||
case 'U':
|
||||
return wxT("USAGE");
|
||||
case 'X':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue