pgAdmin 4 commit: Fix filtering of system schemas so pg_* is hiddenbut - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix filtering of system schemas so pg_* is hiddenbut
Date
Msg-id E1dsq4P-0003tP-N3@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Re: Array representation and save array data from datagrid [RM2671][pgAdmin4]
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: pgAdmin4 not displaying schema if it startwith 'pg'