Fixed issue related to 'show_system_objects' in dependencies/dependents

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Fixed issue related to 'show_system_objects' in dependencies/dependents
Date: 2016-03-14 10:56:07
Message-ID: CANxoLDe-mLVw8DDhD1gMGYifegasL6S_jAx7_FE6YgY4pLRcOA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi All

As 'show_system_objects' has been implemented, I have fixed an issue for
dependencies/dependents. With previous implementation each node will have
to send the values of 'show_system_objects' while calling
get_dependencies/get_dependents function. Now I have changed the logic to
use the value directly into the base class functions.

Attached is the patch file. Please review it and if it looks good then
please commit it.

--
*Akshay Joshi*
*Principal Software Engineer *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Attachment Content-Type Size
Fixed_show_system_object_issue.patch application/octet-stream 3.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-03-14 12:21:42 Re: PATCH: Added Node Type & Catalog objects [pgAdmin4]
Previous Message Muhammad Aqeel 2016-03-14 10:30:53 Re: PIP Package Building for pgAdmin4