pgAdmin 4 commit: Disable ACLs for the database objects for theGreenpl - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Disable ACLs for the database objects for theGreenpl
Date
Msg-id E1fSbwe-0004u9-Oi@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Disable ACLs for the database objects for the Greenplum due to
performance issue.

Reviewed By: Ashesh
Fixes #3415

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e5048b4d0b8fd9b2b556e33231d2a77d4f7b01df
Author: Joao De Almeida Pereira <jdealmeidapereira@pivotal.io>

Modified Files
--------------
.../foreign_servers/sql/gpdb_5.0_plus/acl.sql      |  7 ++
.../sql/gpdb_5.0_plus/acl.sql                      |  7 ++
.../templates/languages/sql/gpdb_5.0_plus/acl.sql  | 41 ++----------
.../foreign_tables/sql/gpdb_5.0_plus/acl.sql       |  7 ++
.../templates/function/gpdb/sql/default/acl.sql    | 42 ++----------
.../templates/sequence/sql/gpdb_5.0_plus/acl.sql   |  7 ++
.../templates/column/sql/gpdb_5.0_plus/acl.sql     |  7 ++
.../templates/table/sql/gpdb_5.0_plus/acl.sql      |  7 ++
.../templates/catalog/gpdb_5.0_plus/sql/acl.sql    | 43 ++----------
.../templates/schema/gpdb_5.0_plus/sql/acl.sql     | 43 ++----------
.../views/templates/view/gpdb_5.0_plus/sql/acl.sql | 78 ++--------------------
.../templates/databases/sql/gpdb_5.0_plus/acl.sql  |  7 ++
.../tablespaces/sql/gpdb_5.0_plus/acl.sql          |  7 ++
13 files changed, 86 insertions(+), 217 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: RM#3294 - User need to reset the layout to see the changedpreferences parameters
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgadmin4][patch][GreenPlum] Display SQL for tables takes 15minutes to execute