From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Fix an issue in foreign tables node where it was disp |
Date: | 2016-08-16 14:44:47 |
Message-ID: | E1bZfbj-0005ts-Nd@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Fix an issue in foreign tables node where it was displaying catalog tables in inherits options causing internal server error. Fixes RM#1520
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c336e8a74332983450365a54ed2f1e2f75ac3012
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
.../databases/schemas/foreign_tables/__init__.py | 21 ++++++++-------------
.../foreign_tables/sql/9.1_plus/types_condition.sql | 14 ++++++++++++++
.../foreign_tables/sql/9.2_plus/types_condition.sql | 14 ++++++++++++++
.../foreign_tables/sql/9.5_plus/get_tables.sql | 4 ++++
.../foreign_tables/sql/9.5_plus/types_condition.sql | 14 ++++++++++++++
.../foreign_tables/sql/macros/db_catalogs.macro | 11 +++++++++++
6 files changed, 65 insertions(+), 13 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-08-16 14:44:57 | Re: PATCH: To fix the of foreign tables (pgAdmin4) |
Previous Message | Harshal Dhumal | 2016-08-16 14:13:42 | patch for RM1538: show db default acls [pgadmin4] |