I am trying to visualize tables and their relations using pgAdmin. I have understood that there is a query visualizer tool available for pgAdmin. However, that only is useful if you are dealing with queries. My main goal is to generate a graphical representation of all the tables available in database.
-
are you trying to extract an ERD ?amphibient– amphibient2013-08-23 15:56:57 +00:00Commented Aug 23, 2013 at 15:56
-
@amphibient Any visualization; if I can generate ERD that's even better.sheidaei– sheidaei2013-08-23 16:07:38 +00:00Commented Aug 23, 2013 at 16:07
-
can you use Visio for that, if you have it ?amphibient– amphibient2013-08-23 16:20:43 +00:00Commented Aug 23, 2013 at 16:20
-
or this smartdraw.com/specials/erddataflow.aspamphibient– amphibient2013-08-23 16:21:34 +00:00Commented Aug 23, 2013 at 16:21
-
I have found this answer stackoverflow.com/a/9694261/892535 I am using pgAdmin 1.16 but can't see database designer tool.sheidaei– sheidaei2013-08-23 16:22:17 +00:00Commented Aug 23, 2013 at 16:22
|
Show 1 more comment
6 Answers
2 Comments
antont
not in Beta anymore, i mean is just 'Generate ERD now', worked fine, thanks!
java-addict301
How to do this for just an individual table and its relatives?
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.
Comments
For pgadmin 3 Go to Tools -> Query Tool
Graphical Query Builder is a tab in the Query Tool view.
unfortunately Pgadmin 4 does not have this option.
3 Comments
Mel
Hello, where is the tab for the Graphical Query Builder? I have the query tool, but then the options within it are no tabs gall GQB. Where can i find this tool?
Pepper Paige
pgAdmin removed this feature in newer versions, sadly.
Max
in pgAdmin 4 right click on database -> Generate ERD (Beta)
You can use JetBrains DataGrip for visualize your database schemas. Create a connection to DB, and right click on [shema name] -> Diagrams -> Show visualisation.
1 Comment
catch22
For big companys only: not "free of charge".

