aus vorhandener Datenbank ein Diagramm erstellen
Tach,
ich hab hier ne ziemlich grosse, verdammt unübersichtliche Datenbank in=
Postgres. Ein Haufen Tabellen etc. und mein Vorgänger war nicht so der
Dokumentationsfreak. Nun stehe ich hier und will mir mal ne =DCbersicht
verschaffen, welches Schema welche Tabellen, welche Funktionen etc. Ich
könnt das ganze natürlich per Hand in ein entsprechendes Tool tippen,=
doch das würde glaub ich ewig dauern (und welches Tool sollte man da
nehmen ;))
Meine Frage nun: gibt es eine Möglichkeit sowas automatisiert erstellen=
zu lassen? Evtl. auch OpenSource, weil Geld wollte und kann ich glaub
ich da nicht gross investieren. Welches Tool könnt ihr mir empfehlen
(evtl auch eines welches die SQL Dateien importiert, die könnte ich ja
ohne weiteres aus der DB holen, auch wenn das wieder viel Zeit kostet)
Danke schonmal für eure Antworten,
Oli
---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at
http://www.postgresql.org/about/donate
Re: aus vorhandener Datenbank ein Diagramm erstellen
am Mon, dem 27.08.2007, um 12:50:29 +0200 mailte Oliver Baer folgendes:
> Tach,
>
> ich hab hier ne ziemlich grosse, verdammt unübersichtliche Datenbank =
in
> Postgres. Ein Haufen Tabellen etc. und mein Vorgänger war nicht so de=
r
> Dokumentationsfreak. Nun stehe ich hier und will mir mal ne =DCbersicht=
> verschaffen, welches Schema welche Tabellen, welche Funktionen etc. Ich=
> könnt das ganze natürlich per Hand in ein entsprechendes Tool tippe=
n,
> doch das würde glaub ich ewig dauern (und welches Tool sollte man da
> nehmen ;))
,----[ apt-cache show postgresql-autodoc ]
| Description: utility to create system tables overview in HTML, DOT and =
XML
| This is a utility which will run through PostgreSQL system tables and =
returns
| HTML, DOT, and 2 styles of XML which describes the database.
| .
| The HTML is human readable (via webbrowser). The first style of XML is=
actually
| the fileformat of Dia, a UML diagram tool. The second type of XML is s=
imilar to
| the HTML but in the Docbook 4 format. It enables you to mix in other d=
ocbook
| documentation via the XREFs, generating PDFs, HTML, RTF, or other form=
atted
| documents. Between these tools and JavaDoc with the appropriate XREFs,
| documentation about a project can be generated quickly and be easily u=
pdatable
| yet have a very professional look with some DSSSL work.
`----
Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo [at] postgresql.org so that your
message can get through to the mailing list cleanly
Re: aus vorhandener Datenbank ein Diagramm erstellen
This is a multi-part message in MIME format.
--------------080606080804080703020105
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: quoted-printable
Tach auch,
versuch doch mal den DB-Visualizer
http://www.dbvis.com/
Oliver Baer schrieb:
> Tach,
>
> ich hab hier ne ziemlich grosse, verdammt unübersichtliche Datenbank
> in Postgres. Ein Haufen Tabellen etc. und mein Vorgänger war nicht so=
> der Dokumentationsfreak. Nun stehe ich hier und will mir mal ne
> =DCbersicht verschaffen, welches Schema welche Tabellen, welche
> Funktionen etc. Ich könnt das ganze natürlich per Hand in ein
> entsprechendes Tool tippen, doch das würde glaub ich ewig dauern (und=
> welches Tool sollte man da nehmen ;))
>
> Meine Frage nun: gibt es eine Möglichkeit sowas automatisiert
> erstellen zu lassen? Evtl. auch OpenSource, weil Geld wollte und kann
> ich glaub ich da nicht gross investieren. Welches Tool könnt ihr mir
> empfehlen (evtl auch eines welches die SQL Dateien importiert, die
> könnte ich ja ohne weiteres aus der DB holen, auch wenn das wieder
> viel Zeit kostet)
>
> Danke schonmal für eure Antworten,
>
> Oli
>
> ---------------------------(end of broadcast)--------------------------=
-
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate
--------------080606080804080703020105
Content-Type: text/x-vcard; charset=utf-8;
name="t.markus.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="t.markus.vcf"
begin:vcard
fn:Thomas Markus
n:Markus;Thomas
org:proventis GmbH
adr:;;Zimmerstr. 79-80;Berlin;Berlin;10117;Germany
email;internet:t.markus [at] proventis.net
tel;work:+49 30 29 36 399 22
x-mozilla-html:FALSE
url:http://www.proventis.net
version:2.1
end:vcard
--------------080606080804080703020105
Content-Type: text/plain
Content-Disposition: inline
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo [at] postgresql.org so that your
message can get through to the mailing list cleanly
--------------080606080804080703020105--
Re: aus vorhandener Datenbank ein Diagramm erstellen
Hallo,
On Montag, 27. August 2007, Oliver Baer wrote:
| Meine Frage nun: gibt es eine Möglichkeit sowas automatisiert erstellen
| zu lassen? Evtl. auch OpenSource, weil Geld wollte und kann ich glaub
| ich da nicht gross investieren. Welches Tool könnt ihr mir empfehlen
| (evtl auch eines welches die SQL Dateien importiert, die könnte ich ja
| ohne weiteres aus der DB holen, auch wenn das wieder viel Zeit kostet)
Noch ein Vorschlag: Aqua Data Studio (www.aquafold.com)
Ciao,
Thomas
--
Thomas Pundt <thomas.pundt [at] rp-online.de> ---- http://rp-online.de/ ----
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
Re: aus vorhandener Datenbank ein Diagramm erstellen
Hi,
dbWrench wurde noch nicht erwähnt: http://www.dbwrench.com. (149$, 30
Tage Testversion). Gefällt mir ganz gut. Ist in Java implementiert, d.h=
..
läuft auf allen relevanten Plattformen (Und performt trotzdem ganz gut)=
..
Oh, und natürlich MS Visio, das hat auch ein brauchbares
SQL-Reverse-Engineering Modul, die Anbindung an PostgreSQL erfolgt hier
aber per ODBC, was so manche Details verschweigt. Ausserdem ist man an
Windows gebunden und muss vermutlich auch etwas mehr ausgeben als für
dbWrench.
hth,
Walter
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
http://archives.postgresql.org