pgAdmin 4 commit: Use PUBLIC (in caps) whenever used as a keyword. Fixe

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Use PUBLIC (in caps) whenever used as a keyword. Fixe
Date: 2016-06-23 03:45:53
Message-ID: E1bFvaT-0001e1-5u@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use PUBLIC (in caps) whenever used as a keyword. Fixes #1138

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b78b3904cd7e5a8edf27ffff390dab81290c457c

Modified Files
--------------
.../templates/foreign_servers/sql/9.1_plus/acl.sql | 2 +-
.../foreign_servers/sql/9.1_plus/dependents.sql | 4 ++--
.../templates/foreign_servers/sql/9.3_plus/acl.sql | 2 +-
.../foreign_servers/sql/9.3_plus/dependents.sql | 4 ++--
.../foreign_servers/user_mapping/__init__.py | 3 ---
.../user_mappings/sql/9.1_plus/properties.sql | 4 ++--
.../foreign_data_wrappers/sql/9.1_plus/acl.sql | 2 +-
.../foreign_data_wrappers/sql/9.3_plus/acl.sql | 4 ++--
.../servers/databases/languages/__init__.py | 2 +-
.../languages/templates/languages/sql/9.1_plus/acl.sql | 2 +-
.../languages/templates/languages/sql/9.3_plus/acl.sql | 2 +-
.../templates/foreign_tables/sql/9.2_plus/acl.sql | 2 +-
.../templates/foreign_tables/sql/9.5_plus/acl.sql | 2 +-
.../templates/function/pg/sql/9.1_plus/acl.sql | 2 +-
.../templates/function/pg/sql/9.2_plus/acl.sql | 2 +-
.../templates/function/pg/sql/9.5_plus/acl.sql | 2 +-
.../templates/function/ppas/sql/9.1_plus/acl.sql | 2 +-
.../templates/function/ppas/sql/9.2_plus/acl.sql | 2 +-
.../templates/function/ppas/sql/9.5_plus/acl.sql | 2 +-
.../templates/procedure/ppas/sql/9.1_plus/acl.sql | 2 +-
.../templates/procedure/ppas/sql/9.2_plus/acl.sql | 2 +-
.../templates/procedure/ppas/sql/9.5_plus/acl.sql | 2 +-
.../templates/trigger_function/pg/sql/9.1_plus/acl.sql | 2 +-
.../templates/trigger_function/pg/sql/9.2_plus/acl.sql | 2 +-
.../templates/trigger_function/pg/sql/9.5_plus/acl.sql | 2 +-
.../trigger_function/ppas/sql/9.1_plus/acl.sql | 2 +-
.../trigger_function/ppas/sql/9.2_plus/acl.sql | 2 +-
.../trigger_function/ppas/sql/9.5_plus/acl.sql | 2 +-
.../sequences/templates/sequence/sql/9.1_plus/acl.sql | 4 ++--
.../tables/templates/column/sql/9.1_plus/acl.sql | 4 ++--
.../tables/templates/column/sql/9.2_plus/acl.sql | 4 ++--
.../tables/templates/table/sql/9.1_plus/acl.sql | 4 ++--
.../tables/templates/table/sql/9.5_plus/acl.sql | 4 ++--
.../schemas/templates/catalog/pg/9.1_plus/sql/acl.sql | 2 +-
.../schemas/templates/catalog/pg/9.2_plus/sql/acl.sql | 2 +-
.../templates/catalog/ppas/9.1_plus/sql/acl.sql | 2 +-
.../templates/catalog/ppas/9.2_plus/sql/acl.sql | 2 +-
.../schemas/templates/schema/pg/9.1_plus/sql/acl.sql | 2 +-
.../templates/schema/pg/9.1_plus/sql/defacl.sql | 2 +-
.../schemas/templates/schema/pg/9.2_plus/sql/acl.sql | 2 +-
.../templates/schema/pg/9.2_plus/sql/defacl.sql | 2 +-
.../schemas/templates/schema/ppas/9.1_plus/sql/acl.sql | 2 +-
.../templates/schema/ppas/9.1_plus/sql/defacl.sql | 2 +-
.../schemas/templates/schema/ppas/9.2_plus/sql/acl.sql | 2 +-
.../templates/schema/ppas/9.2_plus/sql/defacl.sql | 2 +-
.../schemas/types/templates/type/sql/9.1_plus/acl.sql | 4 ++--
.../views/templates/mview/pg/9.3_plus/sql/acl.sql | 2 +-
.../views/templates/mview/pg/9.4_plus/sql/acl.sql | 2 +-
.../views/templates/mview/ppas/9.3_plus/sql/acl.sql | 2 +-
.../views/templates/view/pg/9.1_plus/sql/acl.sql | 2 +-
.../views/templates/view/pg/9.2_plus/sql/acl.sql | 2 +-
.../views/templates/view/pg/9.3_plus/sql/acl.sql | 2 +-
.../views/templates/view/pg/9.4_plus/sql/acl.sql | 2 +-
.../views/templates/view/ppas/9.1_plus/sql/acl.sql | 2 +-
.../views/templates/view/ppas/9.2_plus/sql/acl.sql | 2 +-
.../views/templates/view/ppas/9.3_plus/sql/acl.sql | 2 +-
.../views/templates/view/ppas/9.4_plus/sql/acl.sql | 2 +-
.../databases/templates/databases/sql/9.1_plus/acl.sql | 2 +-
.../templates/databases/sql/9.1_plus/defacl.sql | 2 +-
.../databases/templates/databases/sql/9.2_plus/acl.sql | 2 +-
.../templates/databases/sql/9.2_plus/defacl.sql | 2 +-
.../databases/templates/databases/sql/9.3_plus/acl.sql | 2 +-
.../templates/databases/sql/9.3_plus/defacl.sql | 2 +-
.../server_groups/servers/static/js/privilege.js | 18 +++++++++---------
.../templates/tablespaces/sql/9.1_plus/acl.sql | 2 +-
.../templates/tablespaces/sql/9.2_plus/acl.sql | 2 +-
66 files changed, 83 insertions(+), 86 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-06-23 06:53:59 [pgAdmin4][Patch]: number.toFixed is not function
Previous Message Murtuza Zabuawala 2016-06-22 11:56:45 PACTH: To fix the issue while selecting primary key in table (pgAdmin4)