How to visualize database tables in postgresql using pgAdmin? How to visualize database tables in postgresql using pgAdmin? postgresql postgresql

How to visualize database tables in postgresql using pgAdmin?


For pgadmin 3Go to Tools -> Query Tool

Graphical Query Builder is a tab in the Query Tool view.

unfortunately Pgadmin 4 does not have this option.


I have found this webpage on postgresql wiki, with various tools on utilizing a postgresql database. I have used DbWrench on Mac to generate the ERD.


try pgModeler - there is working demo (although limited by number of objects). Also only PostgreSQL 9.x is supported.