You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by db...@apache.org on 2016/04/26 11:40:31 UTC

ambari git commit: AMBARI-16114 Fixed missing permission for table introduced in AMBARI-15821. (Ashwin Rajeev via dipayanb)

Repository: ambari
Updated Branches:
  refs/heads/trunk dbf42773b -> 9f10816fc


AMBARI-16114 Fixed missing permission for table introduced in AMBARI-15821. (Ashwin Rajeev via dipayanb)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9f10816f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9f10816f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9f10816f

Branch: refs/heads/trunk
Commit: 9f10816fc83ad4394a5726dcee6e8b4d028edea7
Parents: dbf4277
Author: Dipayan Bhowmick <di...@gmail.com>
Authored: Tue Apr 26 15:10:16 2016 +0530
Committer: Dipayan Bhowmick <di...@gmail.com>
Committed: Tue Apr 26 15:10:16 2016 +0530

----------------------------------------------------------------------
 .../src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql      | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9f10816f/ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql b/ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
index 9d5f5df..bd869f4 100644
--- a/ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
+++ b/ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
@@ -730,6 +730,7 @@ CREATE TABLE ambari.viewentity (
 );
 GRANT ALL PRIVILEGES ON TABLE ambari.viewmain TO :username;
 GRANT ALL PRIVILEGES ON TABLE ambari.viewinstancedata TO :username;
+GRANT ALL PRIVILEGES ON TABLE ambari.viewurl TO :username;
 GRANT ALL PRIVILEGES ON TABLE ambari.viewinstance TO :username;
 GRANT ALL PRIVILEGES ON TABLE ambari.viewinstanceproperty TO :username;
 GRANT ALL PRIVILEGES ON TABLE ambari.viewparameter TO :username;