Discussion:
Schema diagramming tool?
(too old to reply)
Craig James
2012-09-04 16:35:20 UTC
Permalink
Can anyone recommend a good tool for producing a good drawing of an
existing database schema? I don't need a design tool, but rather one that
can take an existing schema and produce a nice diagram that can be further
edited and "beautified." I want something I can print and hang on the wall
as a reference document for developers writing code and SQL.

Thanks,
Craig
Bob Lunney
2012-09-04 20:57:39 UTC
Permalink
SchemaSpy is kind of handy.

Bob

Sent from my iPhone
Can anyone recommend a good tool for producing a good drawing of an existing database schema? I don't need a design tool, but rather one that can take an existing schema and produce a nice diagram that can be further edited and "beautified." I want something I can print and hang on the wall as a reference document for developers writing code and SQL.
Thanks,
Craig
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Sergey Konoplev
2012-09-05 04:48:45 UTC
Permalink
Can anyone recommend a good tool for producing a good drawing of an existing
database schema? I don't need a design tool, but rather one that can take
an existing schema and produce a nice diagram that can be further edited and
"beautified." I want something I can print and hang on the wall as a
reference document for developers writing code and SQL.
I used to use PostgreSQL Maestro for this purpose. Its Designer tool
is quite nice.
Thanks,
Craig
--
Sergey Konoplev

a database and software architect
http://www.linkedin.com/in/grayhemp

Jabber: ***@gmail.com Skype: gray-hemp Phone: +79160686204
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Craig James
2012-09-05 15:26:58 UTC
Permalink
Post by Sergey Konoplev
Can anyone recommend a good tool for producing a good drawing of an existing
database schema? I don't need a design tool, but rather one that can take
an existing schema and produce a nice diagram that can be further edited and
"beautified." I want something I can print and hang on the wall as a
reference document for developers writing code and SQL.
I used to use PostgreSQL Maestro for this purpose. Its Designer tool
is quite nice.
They don't say anywhere on their web site which platforms they
support. Is this a Windows-only application?

Thanks,
Craig
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Sergey Konoplev
2012-09-06 11:26:28 UTC
Permalink
Post by Craig James
Post by Sergey Konoplev
I used to use PostgreSQL Maestro for this purpose. Its Designer tool
is quite nice.
They don't say anywhere on their web site which platforms they
support. Is this a Windows-only application?
I think it is. I worked with it on Windows. However it will probably
work with Wine on Linux, I have not tried.

BTW as I remember Squirrel SQL has diagramming too.
--
Sergey Konoplev

a database and software architect
http://www.linkedin.com/in/grayhemp

Jabber: ***@gmail.com Skype: gray-hemp Phone: +79160686204
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Thomas Markus
2012-09-05 05:47:31 UTC
Permalink
Hi,

give db visualizer a try.

best regards
Thomas
Post by Craig James
Can anyone recommend a good tool for producing a good drawing of an
existing database schema? I don't need a design tool, but rather one
that can take an existing schema and produce a nice diagram that can
be further edited and "beautified." I want something I can print and
hang on the wall as a reference document for developers writing code
and SQL.
Thanks,
Craig
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Cédric Villemain
2012-09-18 11:12:56 UTC
Permalink
Post by Craig James
Can anyone recommend a good tool for producing a good drawing of an
existing database schema? I don't need a design tool, but rather one that
can take an existing schema and produce a nice diagram that can be further
edited and "beautified." I want something I can print and hang on the wall
as a reference document for developers writing code and SQL.
postgresql_autodoc is old and simple, and works (even for complex database).
--
Cédric Villemain +33 (0)6 20 30 22 52
http://2ndQuadrant.fr/
PostgreSQL: Support 24x7 - Développement, Expertise et Formation
Loading...