Thread: visualizing database schema - png/jpeg?

visualizing database schema - png/jpeg?

From
neubyr
Date:
Anyone knows of tools that can generate PNG/JPEG image from pgsql
database schema?

--
neuby.r

Re: visualizing database schema - png/jpeg?

From
"M. D."
Date:
might want to take a look at Power*Architect -
http://www.sqlpower.ca/page/architect

MD

On 05/18/2011 01:09 PM, neubyr wrote:
> Anyone knows of tools that can generate PNG/JPEG image from pgsql
> database schema?
>
> --
> neuby.r
>

Re: visualizing database schema - png/jpeg?

From
Johann Spies
Date:
On Wed, May 18, 2011 at 09:09:19PM +0200, neubyr wrote:
> Anyone knows of tools that can generate PNG/JPEG image from pgsql
> database schema?

I am usine postgresql-autodoc on Debian.

Regards
Johann
--
Johann Spies                            Telefoon: 021-808 4699
Databestuurder /  Data manager

Sentrum vir Navorsing oor Evaluasie, Wetenskap en Tegnologie
Centre for Research on Evaluation, Science and Technology
Universiteit Stellenbosch.

     "But as it is written, Eye hath not seen, nor ear
      heard, neither have entered into the heart of man, the
      things which God hath prepared for them that love
      him."      I Corinthians 2:9

Re: visualizing database schema - png/jpeg?

From
Bob Lunney
Date:
Schema Spy works for me.

Bob Lunney

--- On Wed, 5/18/11, neubyr <neubyr@gmail.com> wrote:

> From: neubyr <neubyr@gmail.com>
> Subject: [ADMIN] visualizing database schema - png/jpeg?
> To: pgsql-admin@postgresql.org
> Date: Wednesday, May 18, 2011, 3:09 PM
> Anyone knows of tools that can
> generate PNG/JPEG image from pgsql
> database schema?
>
> --
> neuby.r
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

Re: visualizing database schema - png/jpeg?

From
neubyr
Date:
On Thu, May 19, 2011 at 5:01 AM, Bob Lunney <bob_lunney@yahoo.com> wrote:
> Schema Spy works for me.
>
> Bob Lunney
>
> --- On Wed, 5/18/11, neubyr <neubyr@gmail.com> wrote:
>
>> From: neubyr <neubyr@gmail.com>
>> Subject: [ADMIN] visualizing database schema - png/jpeg?
>> To: pgsql-admin@postgresql.org
>> Date: Wednesday, May 18, 2011, 3:09 PM
>> Anyone knows of tools that can
>> generate PNG/JPEG image from pgsql
>> database schema?
>>
>> --

Thanks everyone for the imputs. I tried postgresql-autodoc on CentOS
x86_64, but got some Perl errors (Perl v5.8.8). Schema Spy is working
fine for now.

Re: visualizing database schema - png/jpeg?

From
Wolfgang Keller
Date:
> Anyone knows of tools that can generate PNG/JPEG image from pgsql
> database schema?

SQLAlchemy allows to generate a graphic of the schema (not only)
from PostgreSQL.

http://www.sqlalchemy.org/trac/wiki/UsageRecipes/SchemaDisplay

Sincerely,

Wolfgang

Re: visualizing database schema - png/jpeg?

From
"Turnkey Solutions (Mark Dueck)"
Date:
might want to take a look at Power*Architect -
http://www.sqlpower.ca/page/architect

MD

On 05/18/2011 01:09 PM, neubyr wrote:
> Anyone knows of tools that can generate PNG/JPEG image from pgsql
> database schema?
>
> --
> neuby.r
>