Re: DB Designer??

From: Jorge Godoy <jgodoy(at)gmail(dot)com>
To: "Shoaib Mir" <shoaibmir(at)gmail(dot)com>
Cc: kbajwa <kbajwa(at)tibonline(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: DB Designer??
Date: 2006-11-12 11:15:06
Message-ID: 87bqncgblx.fsf@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Shoaib Mir" <shoaibmir(at)gmail(dot)com> writes:

> You can try one of these:
> 1. DBVisualiser
>   http://minq.se
> 2. PostgreSQL Autocad
>   http://www.rbt.ca/autodoc/index.html
> 3. Druid
>   http://sourceforge.net/projects/druid
> 4. SQLManager
>   http://sqlmanager.net/en/products/postgresql
> 5. Aqua Data Studio
>   http://www.aquafold.com/index-postgresql.html
> 6. Data Architect
>   http://www.thekompany.com/products/dataarchitect
> 7. Some more are available at the link below:
>   http://www.postgresql.org/docs/techdocs.54
> For Documentation generator tool, please follow the following link:
> http://directory.fsf.org/text/doc/

What I'd like to see is something like what ER Win does allowing me to show /
hide tables based on a category (but better than theirs since they have a big
flaw where you can have tables with the same name in different "views" without
using different "schemas").

For example, I might create a "view" (ER Win's, not SQL view ;-)) named
"Customers" and there I'd have all my tables that deals with clients. Then I
might have another "view" named "Suppliers" and do the same. Tables might be
visible in several categories so that besides those two I could also see some
of these tables within the "Finances" "view".

This is very important when you have lots of tables (people here with projects
using 5K tables know what I mean :-))

It shouldn't be -- graphically -- all that hard to implement this
separation... So I believe it might be something they hold a patent for
because I've never seen another tool with this feature.

--
Jorge Godoy <jgodoy(at)gmail(dot)com>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jorge Godoy 2006-11-12 12:06:46 Why isn't it allowed to create an index in a schema other than public?
Previous Message Péter Kovács 2006-11-12 11:01:06 Re: Linux vs. FreeBSD