> I have misunderstood me. > What I have tried to say is: Is there any free software like ERWIN to > PostGres?
Apparently, dbdesigner is closest to ER/Win. It spews forth SQL DDL straight from the tool. Personally, I've been happy laying out tables in Dia. Enough that I wrote a tool to turn the Dia diagram into SQL DDL (for Postgres). This is less like ER/Win, because Dia spews forth XML, and you run another commandline utility that converts XML-->SQL. Again, links: dbdesigner: http://dbdesigner.sourceforge.net/ dia2sql: http://freshmeat.net/projects/dia2sql/?topic_id=45 tedia2sql: http://tedia2sql.tigris.org/ -- Tim Ellis Senior Database Architect Gamet, Inc. ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
