| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Add Packages as a synonym target type. Fixes #1611 |
| Date: | 2016-09-22 13:56:04 |
| Message-ID: | E1bn4Ts-0001S5-0h@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Add Packages as a synonym target type. Fixes #1611
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a113b43a1fb5613087a67be8b8a302dec7516d43
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
.../servers/databases/schemas/synonyms/__init__.py | 4 +-
.../synonyms/templates/synonym/js/synonym.js | 160 ++++++++++-----------
.../templates/synonym/sql/9.1_plus/get_oid.sql | 8 --
.../templates/synonym/sql/9.5_plus/create.sql | 21 +++
.../templates/synonym/sql/9.5_plus/delete.sql | 8 ++
.../templates/synonym/sql/9.5_plus/get_objects.sql | 56 ++++++++
.../templates/synonym/sql/9.5_plus/nodes.sql | 5 +
.../templates/synonym/sql/9.5_plus/properties.sql | 31 ++++
.../templates/synonym/sql/9.5_plus/update.sql | 10 ++
9 files changed, 213 insertions(+), 90 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2016-09-22 13:57:20 | Re: PATCH: Adding support of Package in synonym (pgAdmin4) |
| Previous Message | Dave Page | 2016-09-22 13:43:35 | pgAdmin 4 commit: Fix default zoom setting. |