Allow users to choose SELECT permissions for sequences in the Grant Wizard. Fixes #1835

This commit is contained in:
Dave Page 2016-10-06 10:02:21 +01:00
parent f9320811d7
commit a0aaa80029
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
},
"sequence": {
"type": "SEQUENCE",
"acl": ["w", "U"]
"acl": ["r", "w", "U"]
},
"function": {
"type": "FUNCTION",

View File

@ -17,7 +17,7 @@
},
"sequence": {
"type": "SEQUENCE",
"acl": ["w", "U"]
"acl": ["r", "w", "U"]
},
"function": {
"type": "FUNCTION",