[pgAdmin][RM5666]: Added missing dependencies/dependent node

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM5666]: Added missing dependencies/dependent node
Date: 2020-07-14 07:15:54
Message-ID: CANxoLDc-a9-m5VxHmRhHKf_dvd3joQRJHxtr6kQzUBDQuCcRbA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers

Attached is the patch to add missing dependencies/dependent nodes

Added following missing nodes:

- Materialized View
- Event Trigger
- Collation
- FTS Configuration, FTS Dictionary, FTS Parser, FTS Template,
- RLS Policy
- Extension
- Synonyms (EPAS)
- Packages (EPAS)
- Compound Trigger (EPAS)

Following bugs fixed with this patch:

- Foreign Table is interpreted as a Foreign Data Wrapper.
- Domain is interpreted as a type.
- Domain constraint is interpreted as a check constraint.
- Partitioned Table is interpreted as a Partition.
- Trigger function is interpreted as a function in the dependencies tab
for Event Triggers.
- Procedure interpreted as a Function.

Please review it.

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

Attachment Content-Type Size
RM_5666.patch application/octet-stream 115.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-07-14 07:45:25 Re: [pgAdmin][RM5666]: Added missing dependencies/dependent node
Previous Message Aditya Toshniwal 2020-07-14 04:56:31 [pgAdmin][SonarQube] Duplicate CSS blocks