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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Fix filtering of system schemas so pg_* is hiddenbut
Дата
Msg-id E1dtsK3-000831-DU@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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.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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Use standalone modules prop-types asReact.PropTypes has moved into a different package since React v15.5
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Ensure builtins.SERVER_MODE is set in the WSGIwrappe