pgAdmin 4 commit: Allow the referenced table to be the same as the loca - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Allow the referenced table to be the same as the loca
Date
Msg-id E1mIVvu-0002np-Ox@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

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