Tim Bowden wrote:
> Can anyone point me in the direction of a good utility that can create
> an ER diagram from a Postgresql database? I've got a script that
> creates a complex arrangement of tables from some source data and I'm
> trying to make sense of it all.
I don't know what an ER diagram is, but I use something called
'postgresql autodoc' to get a good overview of postgresql databases.
You can find it here: http://www.rbt.ca/autodoc/
--
Kind regards,
Jan Danielsson