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

2017-09-18 Thread Ashesh Vashi
Fix filtering of system schemas so pg_* is hidden but pg* is not. Fixes #2709

Branch
--
WEBPACK_DEVEL

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca1dd9d15fbd04dde153c1c5221386a13e0f8d9a
Author: Murtuza Zabuawala 

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 4 commit: Fix filtering of system schemas so pg_* is hidden but

2017-09-15 Thread Dave Page
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 

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(-)