pgAdmin 4 commit: Load nodes under the schema at database level.

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Load nodes under the schema at database level.
Дата
Msg-id E1b6xZz-0001Mv-KS@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Load nodes under the schema at database level.

The following node module script will be loaded, when first database
node object is added in the browser tree.
* Domains
* Foreign tables
* FTS Configuration
* FTS Dictionary, and
* Functions

Icons for these modules needs to be shown in the dependents list.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6cb83f08d6fa1ac6058bfe3db7c1fcac68ee719c
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/domains/__init__.py              |  4 ++--
.../servers/databases/schemas/foreign_tables/__init__.py       |  4 ++--
.../servers/databases/schemas/fts_configurations/__init__.py   |  4 ++--
.../servers/databases/schemas/fts_dictionaries/__init__.py     |  4 ++--
.../servers/databases/schemas/functions/__init__.py            | 10 +++++-----
5 files changed, 13 insertions(+), 13 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: To fix issue in procedure node (pgAdmin4)
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Load nodes under schema at database level