Re: Data Modelling Tools

From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "Dann Corbit" <DCorbit(at)connx(dot)com>, "Mark Borins" <mark(dot)borins(at)rigadev(dot)com>
Cc: "Postgresql-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Data Modelling Tools
Date: 2005-05-09 22:32:56
Message-ID: D425483C2C5C9F49B5B7A41F89441547055B6E@postal.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Other possibilities:

http://www.datanamic.com/dezign/factsheet.html

http://www.visual-paradigm.com/product/dbva/

________________________________

From: Dann Corbit
Sent: Monday, May 09, 2005 3:24 PM
To: 'Mark Borins'
Subject: RE: [GENERAL] Data Modelling Tools

Free trial:

http://www.dds-pro.com/main.html

Says it supports PostgreSQL:

http://www.casestudio.com/enu/default.aspx

See also:

http://www.inf.unibz.it/%7Efranconi/icom/

http://argouml.tigris.org/

http://wwwhome.cs.utwente.nl/%7Etcm/

I use ER/Win for everything, but it is very pricey and it does not
support PostgreSQL directly (only indirectly via ODBC).

________________________________

From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Mark Borins
Sent: Monday, May 09, 2005 2:35 PM
To: pgsql-general(at)postgresql(dot)org
Cc: rickb(at)rigadev(dot)com
Subject: [GENERAL] Data Modelling Tools

Postgres Newsgroup,

My company has been looking for a good database modelling tool for
postgres and have yet to find something that completely satisfies our
needs. We are currently using a product called DBWrench which is pretty
good and has all the features we are looking for but is full of bugs and
creates much head ache.

For example, this tool doesn't realize that in postgres you can't add a
column and set not null in one ALTER TABLE statement. So we are forced
to manually comb through the SQL scripts it creates and fix the buggy
statements.

So my question is, postgres general newsgroup, what database modelling
tools do you use? Open source or commercial it doesn't matter to me.

Thank you,

Mark

Browse pgsql-general by date

  From Date Subject
Next Message David Roussel 2005-05-09 22:38:47 Re: "Hash index" vs. "b-tree index" (PostgreSQL 8.0)
Previous Message Mark Borins 2005-05-09 21:59:16 Re: Data Modelling Tools