Обсуждение: ER Diagrams

Поиск
Список
Период
Сортировка

ER Diagrams

От
Sean Davis
Дата:
I would like to create a nice ER diagram of my database.  Are there any
free tools out there to do this with postgres?

Thanks,
Sean


Re: ER Diagrams

От
Sean Davis
Дата:
On Nov 11, 2004, at 9:50 PM, Matt Arnilo S. Baluyos wrote:

> On Thursday 11 November 2004 8:39 pm, you wrote:
>> I would like to create a nice ER diagram of my database.  Are there
>> any
>> free tools out there to do this with postgres?
>
> so far, the only one i i know of is dia [1]
>
> [1] http://www.gnome.org/projects/dia/

Thanks.  I ended up using SQL::Translator which has two methods for
creating ERDs from schema.  Not very customizable, but good for a
quick-and-dirty approach.

Sean