On Sat, 8 Nov 2003 03:57, Thomas LeBlanc wrote:
> Is there a tool for designing databases(ERD to data Design) and being able
> to generate scripts or databases from the tool.
>
> Visio does a good job, but does not have a driver for PostgreSQL. The
> scripts have to be modified before executing.
>
> Thanks,
> Thomas LeBlanc
dia and dia2sql. I think I got the latter from Debian non-free.
Use the UML option in dia, and dia2sql will generate your sql for you.
Bob