Allow users to choose SELECT permissions for sequences in the Grant Wizard. Fixes #1835
parent
f9320811d7
commit
a0aaa80029
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"sequence": {
|
||||
"type": "SEQUENCE",
|
||||
"acl": ["w", "U"]
|
||||
"acl": ["r", "w", "U"]
|
||||
},
|
||||
"function": {
|
||||
"type": "FUNCTION",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"sequence": {
|
||||
"type": "SEQUENCE",
|
||||
"acl": ["w", "U"]
|
||||
"acl": ["r", "w", "U"]
|
||||
},
|
||||
"function": {
|
||||
"type": "FUNCTION",
|
||||
|
|
|
|||
Loading…
Reference in New Issue