pgAdmin 4 commit: Allow the referenced table to be the same as the loca

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow the referenced table to be the same as the loca
Date: 2021-08-24 12:53:38
Message-ID: E1mIVvu-0002np-Ox@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow the referenced table to be the same as the local table in one to many relationship for ERD Tool. Fixes #6495

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=94b40775a196b33d3c1709f873673106610b08b7
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_7.rst | 1 +
web/pgadmin/tools/erd/static/js/erd_tool/dialogs/OneToManyDialog.js | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-24 12:54:13 Re: [pgAdmin][RM6495] ERD 1:M relationship - allow the referenced table to be the same as the local table.
Previous Message Aditya Toshniwal 2021-08-24 12:00:58 [pgAdmin][RM5849] "create or replace" for trigger functions