Please suggest how to create ER-diagram in PGAdmin or any other Debian package.
2
You can use dbeaver to do this. It allows you to export the ER diagram as png/svg etc.
DBeaver - https://dbeaver.io/ Git ref - https://github.com/dbeaver/dbeaver/wiki/Installation
Double click on a schema (eg, Schemas->public->Tables) and open the "ER Diagram" tab (next to "Properties" tab)
Beta Version in Pgadmin Does provide services for the ER diagram
Click here to cancel reply.
2
Answers
You can use dbeaver to do this. It allows you to export the ER diagram as png/svg etc.
DBeaver - https://dbeaver.io/ Git ref - https://github.com/dbeaver/dbeaver/wiki/Installation
Double click on a schema (eg, Schemas->public->Tables) and open the "ER Diagram" tab (next to "Properties" tab)
Beta Version in Pgadmin Does provide services for the ER diagram