From f9320811d7c77aff2b594840ab9a2fb248cb1e3d Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 6 Oct 2016 09:56:44 +0100 Subject: [PATCH] Allow users to choose SELECT permissions for tables in the Grant Wizard. Fixes #1835 --- .../grant_wizard/templates/grant_wizard/pg/9.1_plus/acl.json | 2 +- .../grant_wizard/templates/grant_wizard/ppas/9.1_plus/acl.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/pg/9.1_plus/acl.json b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/pg/9.1_plus/acl.json index 2502342b3..1a5b11ef8 100644 --- a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/pg/9.1_plus/acl.json +++ b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/pg/9.1_plus/acl.json @@ -13,7 +13,7 @@ }, "table": { "type": "TABLE", - "acl": ["a", "w", "d", "D", "x", "t"] + "acl": ["a", "r", "w", "d", "D", "x", "t"] }, "sequence": { "type": "SEQUENCE", diff --git a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/ppas/9.1_plus/acl.json b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/ppas/9.1_plus/acl.json index 2502342b3..1a5b11ef8 100644 --- a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/ppas/9.1_plus/acl.json +++ b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/ppas/9.1_plus/acl.json @@ -13,7 +13,7 @@ }, "table": { "type": "TABLE", - "acl": ["a", "w", "d", "D", "x", "t"] + "acl": ["a", "r", "w", "d", "D", "x", "t"] }, "sequence": { "type": "SEQUENCE",