Re: Data Modelling Tools

From: Alex Turner <armtuk(at)gmail(dot)com>
To: Mark Borins <mark(dot)borins(at)rigadev(dot)com>
Cc: Matthew Terenzio <matt(at)jobsforge(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Data Modelling Tools
Date: 2005-05-09 22:59:44
Message-ID: 33c6269f050509155952688636@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have to say that ERwin is pretty much the bomb. It indirectly
supports postgresql through ODBC, which I've used with much success.
It will also port your schema to another RDBMS system if you wish. It
can build a model from either a running database or DDL or by
construction, and will also output to all of the above. Very
excellent tool, but I think it's about $4k/license. Is it worth it?
hell yeah.

Alex Turner
netEconomist

On 5/9/05, Mark Borins <mark(dot)borins(at)rigadev(dot)com> wrote:
> Sorry, I should have also specified that we are looking for a tool where we
> can save the schema externally. Then take that schema and have the tool
> compare it to a database and generate a change script.
>
> So the process would be to maintain database structure in a tool.
> Be able to save the schema.
> Then have the tool compare the schema to an existing database and generate a
> SQL change script to update the database model.
>
> I am not an expert user of pgadmin, but my understanding is that it lets you
> maintain a particular database, but does not have facilities for comparing
> schemas and generating change scripts, etc.
>
> ________________________________________
> From: Matthew Terenzio [mailto:matt(at)jobsforge(dot)com]
> Sent: May 9, 2005 5:48 PM
> To: Mark Borins
> Subject: Re: [GENERAL] Data Modelling Tools
>
> these are among some popular tools, the second being web based.
>
> http://www.pgadmin.org/
>
> http://phppgadmin.sourceforge.net/
>
>
> On May 9, 2005, at 5:35 PM, Mark Borins wrote:
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bart Grantham 2005-05-09 23:05:18 Array manipulation/syntax question
Previous Message Hrishikesh Deshmukh 2005-05-09 22:53:45 Re: Data Modelling Tools