pgAdmin 4 commit: Fix refresh of Synonyms. Fixes #1611 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix refresh of Synonyms. Fixes #1611
Date
Msg-id E1bsT0o-0002bn-Tf@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix refresh of Synonyms. Fixes #1611

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c931d715ac5c67f085b957196ebb8a936b716432
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/synonyms/__init__.py | 35 ++++++++++------------
.../synonyms/templates/synonym/js/synonym.js       | 14 ++++-----
.../synonym/sql/9.1_plus/get_parent_oid.sql        |  5 ++++
.../synonym/sql/9.5_plus/get_parent_oid.sql        |  5 ++++
4 files changed, 33 insertions(+), 26 deletions(-)


pgadmin-hackers by date:

Previous
From: Neel Patel
Date:
Subject: [Patch][pgAdmin4]: RM#1577 - Debug option for function/procedure under package node
Next
From: Dave Page
Date:
Subject: Re: PATCH: To fix issue in synonym node (pgAdmin4)