pgAdmin 4 commit: Fix filtering of system schemas so pg_* is hidden but

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix filtering of system schemas so pg_* is hidden but
Date: 2017-09-15 12:50:09
Message-ID: E1dsq4P-0003tP-N3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix filtering of system schemas so pg_* is hidden but pg* is not. Fixes #2709

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9cfb2f3cbed3e1710ad19df4ab4ab320817fc6f9
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../templates/foreign_tables/sql/macros/db_catalogs.macro | 2 +-
.../tables/templates/partition/sql/10_plus/get_attach_tables.sql | 4 ++--
.../schemas/tables/templates/partition/sql/10_plus/properties.sql | 2 +-
.../schemas/tables/templates/table/sql/10_plus/get_inherits.sql | 4 ++--
.../schemas/tables/templates/table/sql/10_plus/properties.sql | 2 +-
.../schemas/tables/templates/table/sql/9.1_plus/properties.sql | 2 +-
.../schemas/tables/templates/table/sql/default/get_inherits.sql | 4 ++--
.../tables/templates/table/sql/default/get_tables_for_constraints.sql | 4 ++--
.../schemas/tables/templates/table/sql/default/properties.sql | 4 ++--
.../schemas/tables/templates/table/sql/gpdb_5.0_plus/properties.sql | 2 +-
.../schemas/tables/templates/table/sql/macros/db_catalogs.macro | 4 ++--
.../tables/templates/trigger/sql/default/get_triggerfunctions.sql | 2 +-
.../databases/schemas/templates/schema/gpdb_5.0_plus/sql/nodes.sql | 2 +-
.../databases/schemas/templates/schema/pg/9.2_plus/sql/nodes.sql | 2 +-
.../databases/schemas/templates/schema/pg/default/sql/nodes.sql | 2 +-
.../databases/schemas/templates/schema/ppas/9.1_plus/sql/nodes.sql | 2 +-
.../databases/schemas/templates/schema/ppas/9.2_plus/sql/nodes.sql | 2 +-
.../templates/grant_wizard/pg/9.1_plus/sql/get_schemas.sql | 2 +-
.../templates/grant_wizard/ppas/9.1_plus/sql/get_schemas.sql | 2 +-
19 files changed, 25 insertions(+), 25 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-09-15 12:50:47 Re: [pgAdmin4][Patch]: pgAdmin4 not displaying schema if it start with 'pg'
Previous Message Harshal Dhumal 2017-09-15 12:46:59 Re: Array representation and save array data from datagrid [RM2671][pgAdmin4]