pgAdmin 4 commit: Fix an issue where system level catalog are also disp

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where system level catalog are also disp
Date: 2016-08-16 15:29:53
Message-ID: E1bZgJN-0008PT-CC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where system level catalog are also displayed in PPAS server under relation of create new table like option. Fixes #1530

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ec05d6bb1073f8df27a58c31131fa5af33b6a48
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/tables/__init__.py | 16 ++++++++--------
.../tables/templates/table/sql/9.1_plus/get_inherits.sql | 3 ++-
.../tables/templates/table/sql/9.1_plus/get_oftype.sql | 5 ++++-
.../templates/table/sql/9.1_plus/get_relations.sql | 4 ++--
.../tables/templates/table/sql/9.5_plus/get_inherits.sql | 3 ++-
.../tables/templates/table/sql/9.5_plus/get_oftype.sql | 5 ++++-
.../templates/table/sql/9.5_plus/get_relations.sql | 4 ++--
.../tables/templates/table/sql/macros/db_catalogs.macro | 5 +++++
8 files changed, 29 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-08-16 15:30:04 Re: PATCH: To fix the issue in table node displaying catalog tables (pgAdmin4)
Previous Message Murtuza Zabuawala 2016-08-16 14:56:21 Re: PATCH: To fix the issue where message panel was showing incomplete info (pgAdmin4)