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

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Load nodes under the schema at database level.
Date: 2016-05-29 10:04:19
Message-ID: E1b6xZz-0001Mv-KS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)kumar(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-29 10:04:30 Re: [pgAdmin4][Patch]: Load nodes under schema at database level
Previous Message Ashesh Vashi 2016-05-29 09:59:03 Re: PATCH: To fix issue in procedure node (pgAdmin4)