Re: [pgAdmin][RM7238] ERD: Remove foreign references when table node is removed

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM7238] ERD: Remove foreign references when table node is removed
Date: 2022-03-17 11:33:28
Message-ID: CANxoLDc0p_K_1QKFv=O0FsJemmX_1b8TEtFuiLxbizGAywVt+A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, the patch applied.

On Thu, Mar 17, 2022 at 3:23 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached patch fixes issue where foreign key is not removed even if the
> referred table is removed in ERD. I have also added a check to not allow
> duplicate table names.
>
> Please review.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Software Architect | *edbpostgres.com*
> <http://edbpostgres.com>
> "Don't Complain about Heat, Plant a TREE"
>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-03-17 11:36:44 pgAdmin 4 commit: Fixed an issue where foreign key is not removed even
Previous Message Akshay Joshi 2022-03-17 10:35:15 Re: [pgAdmin][RM6131] Port query tool to React