pgadmin-org / pgadmin4

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
https://www.pgadmin.org
Other
2.51k stars 654 forks source link

Generate ERD from a single Table (RM #6994) #4756

Closed dpage closed 1 year ago

dpage commented 2 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/6994 Originally created by Yu Jin at 2021-11-11 12:19:39 UTC.

pgadmin can create an ERD from a database, which is awesome but when working with large schemas especially the ones you didn't develop yourself, it can get a bit overwhelming. Sometimes I just want to know relations of a specific table to keep it simple and understand just that specific part of the schema. In this context it would be useful if the user could right click on a table and choose "create ERD" just as with the database, but then the ERD tool would create the diagram containing just the table and all the tables which have direct relations to the chosen table. For example, the oracle sqldeveloper can do it (clicking on a table and then choosing "model" tab) and I use it a lot, equivalent to that in pgadmin would make it even easier to prefer postgreSQL over oracle.

dpage commented 2 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/6994#note-1 Originally created by Aditya Toshniwal at 2021-11-12 11:13:13 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready
yogeshmahajan-1903 commented 1 year ago

This is working fine.