ER, OMT chart of a database

From: Martin Möderndorfer <mmoedern(at)linux(dot)stuco(dot)uni-klu(dot)ac(dot)at>
To: pgsql-admin(at)postgreSQL(dot)org, pgsql-general(at)postgreSQL(dot)org, pgsql-hackers(at)postgreSQL(dot)org, pgsql-sql(at)postgreSQL(dot)org
Subject: ER, OMT chart of a database
Date: 1999-03-06 08:41:50
Message-ID: 36E0EA4E.E1C6BAE@linux.stuco.uni-klu.ac.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-sql

Hi,

e.g.
create table super (name varchar(50));
create table sub (val int4) inherits (super);
create table second (name varchar(50), supernr int4 references
super(oid));

is there any way to get a chart (er, omt), etc. out of a database? I
know that this would be a great programming work but are there any
already fixed solutions? The output does not have to be "graphically" a
kind of textinfo like: "super is a superclass of sub and offers name to
sub" or "table second has a field supernr which is a foreign key of
super" would be okay too.

MArtin

Browse pgsql-general by date

  From Date Subject
Next Message Andrei de Oliveira Mosman 1999-03-06 12:27:41 Compile
Previous Message Michael Davis 1999-03-06 02:28:16 Permissions problems

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 1999-03-06 09:57:10 Re: [HACKERS] Not enough memory for complex join
Previous Message Gerald L. Gay 1999-03-06 03:44:05 Re: [HACKERS] for row in select loop question

Browse pgsql-sql by date

  From Date Subject
Next Message Fernando Carvalho 1999-03-06 10:32:29 [SQL] Relations
Previous Message Zhenhua 1999-03-06 07:39:52 How to sort date