Re: Schema tool

From: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
To: Aram Fingal <fingal(at)multifactorial(dot)com>
Cc: Postgres-General General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Schema tool
Date: 2010-11-11 17:17:19
Message-ID: AANLkTimZ7-_VDVR_62K7E5A183um5kML5LNBxgvNM9oN@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hey Aram,

I recommend dbWrench by Nizana. It has a nice synchronization capabilities,
forward / reverse engineering and supports many built-in PostgreSQL types
and user-defined types as well.
NB: it is commercial application.

Another alternative is a MicroOLAP Database Designer.

The both tools are not require running PostgreSQL server.

If you wish to work with database directly you may look at tools like
PostgreSQL Maestro.

Good luck!

2010/11/11 Aram Fingal <fingal(at)multifactorial(dot)com>

> A while back, I thought I remembered seeing a Mac OS X client for
> PostgreSQL which had a feature where it would display a graphic schema of
> whatever database you connect to but I can't seem to find it again (web
> searching.) I did come across one post which said that this was a planned
> feature for pgAdmin. I need to do a formal schema of a database which I
> have in development and it would be nice to have an automated tool, whether
> it connects to the database or uses SQL table definition code to generate
> graphics. Is there such a thing? if not, what do you all use? OpenOffice
> Draw? OmniGraffle?
>
> -Aram
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

--
// Dmitriy.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2010-11-11 17:58:16 Re: Schema tool
Previous Message Aram Fingal 2010-11-11 16:50:47 Schema tool