Re: Visio

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: Jodi Kanter <jkanter(at)virginia(dot)edu>
Cc: Postgres Admin List <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Visio
Date: 2001-11-29 21:11:23
Message-ID: 20011129151123.A19079@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Nov 29, 2001 at 03:25:48PM -0500, Jodi Kanter wrote:
> I need to create a diagram of our schema. I recently obtained a copy of Visio.
> Has anyone used Visio to reverse engineer a model diagram from a Postgres database??
> If not, can anyone recommend the best way to create a schema from Postgres without having to manually draw tables, add fields, etc...

Fire up pgaccess, which is a Tcl/Tk graphical front end to PostgreSQL.
Connect to your database, and hit the 'Schema' tab. Add tables, and define
linkages by dragging and dropping. Remember to save the schema. (It's
stored in the database in a table named pga_schema)

It's not full featured, but it'll stay with the database it documents,
and follow changes. That's why I wrote it. ;-)

Ross

In response to

  • Visio at 2001-11-29 20:25:48 from Jodi Kanter

Browse pgsql-admin by date

  From Date Subject
Next Message Nick Fankhauser 2001-11-29 21:13:01 Re: Visio
Previous Message Jodi Kanter 2001-11-29 20:25:48 Visio