pgAdmin 4 commit: Fixes #1300 - Honour show system object in the table - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixes #1300 - Honour show system object in the table
Date
Msg-id E1b8m8a-0001M9-Ey@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixes #1300 - Honour show system object in the table dialog, and do not
show catalog schema tables.

Branch
------
master

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

Modified Files
--------------
.../server_groups/servers/databases/schemas/tables/__init__.py     | 3 ++-
.../schemas/tables/templates/table/sql/9.1_plus/get_relations.sql  | 7 +++++--
.../schemas/tables/templates/table/sql/9.5_plus/get_relations.sql  | 7 +++++--
3 files changed, 12 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Corrected the z-index of backgrid-filter so that - it
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: To fix issue in table node (pgAdmin4)