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 <murtuza.zabuaw...@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(-)

Reply via email to