I am using postgresql 9.2
postgres=# select version();
version
-------------------------------------------------------------
PostgreSQL 9.2.4, compiled by Visual C++ build 1600, 64-bit
(1 row)
and pgadmin III
I have a database with tables which have one-to-many & many-to-one relationships.
I want to make ER diagrams, i.e., a database design of the tables.
I have searched and referred to this question but I am unable to understand what I should do to get the database design installed into my pgadmin III as shown in the video of the link, i.e., the image view.
I'm confused whether to make any installations, or is it like an Addon? I'm confused about what to do.
I need some support on how to make this work so that I can make an ER-diagram by using pgadmin III.