Closed dpage closed 1 year 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 |
This is working fine.
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.