Re: Looking for a tool to "*" pg tables as ERDs

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: Looking for a tool to "*" pg tables as ERDs
Дата
Msg-id 0FFE36E7-A61D-4DC3-A74D-D9549A44A1F6@khera.org
обсуждение исходный текст
Ответ на Looking for a tool to "*" pg tables as ERDs  (Ron Peacetree <rjpeace@earthlink.net>)
Список pgsql-performance
On Feb 23, 2006, at 11:38 AM, Ron Peacetree wrote:

> Where "*" ==
> {print | save to PDF | save to <mumble> format | display on screen}
>
> Anyone know of one?

There's a perl module, GraphViz::DBI::General, which does a rather
nifty job of taking a schema and making a graphviz "dot" file from
it, which can then be processed into any of a bazillion formats.

It basically makes a box for each table, with fields, and an arrow to
each FK referenced table.  All layed out nicely.

You may also want to investigate the SQLFairy < http://
sqlfairy.sourceforge.net/ > if not for anything besides their awesome
logo. :-)



В списке pgsql-performance по дате отправления:

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: Looking for a tool to "*" pg tables as ERDs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Slow query