| From: | Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> |
|---|---|
| To: | Kumar S <ps_postgres(at)yahoo(dot)com> |
| Cc: | Pstgres <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: Drawing schema |
| Date: | 2005-03-29 19:16:43 |
| Message-ID: | b2793d68e0bceb9fc89b6f5050fdd18e@mail.nih.gov |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
If you search the archives, there are at least a couple of discussions
in the past 6 months regarding entity-relationship diagrams (ERD).
For a solution in perl, check out SQL::Translator
(http://search.cpan.org/~kclark/SQL-Translator-0.06/lib/SQL/Translator/
Manual.pod#VISUALIZING_SQL_SCHEMAS)
Sean
On Mar 29, 2005, at 1:49 PM, Kumar S wrote:
> Dear group:
>
> Is there any tool that can draw a schema diagram from
> the relations in my database. It has become a pain in
> the neck to draw a schema every time and i am loosing
> track of my tables and relationships.
>
> Thanks
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - Find what you need with new enhanced search.
> http://info.mail.yahoo.com/mail_250
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Cima | 2005-03-29 20:48:04 | Calling Stored Procedures from PHP |
| Previous Message | Kumar S | 2005-03-29 18:49:34 | Drawing schema |