O
n Thu, 2014-01-16 at 08:45 -0800, Susan Cassidy wrote:
> I
> know about Erwin, but it is too expensive.T
> hanks,
> Susan
>
You can try ExecuteQuery from www.executequery.org. It is written in
Java so needs the JDBC driver to access the database. It cannot read a
DDL script but obtains meta data from the catalogue tables and can
produce an ER diagram. It can do lots of other things too. It has to
connect to the database, so PostgreeSql has to be running. There is
a .deb package available for download. You'll need a JDK 1.6 or greater.
I use it all the time.
Cheers,
Robert