ER, OMT chart of a database

Поиск
Список
Период
Сортировка
От Martin Möderndorfer
Тема ER, OMT chart of a database
Дата
Msg-id 36E0EA4E.E1C6BAE@linux.stuco.uni-klu.ac.at
обсуждение исходный текст
Список pgsql-hackers
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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Gerald L. Gay"
Дата:
Сообщение: Re: [HACKERS] for row in select loop question
Следующее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] Not enough memory for complex join