Robert Welz schrieb:
Quote:
Hello!
I have dumped a database. Is there a way to reverse engineer the dump
into an schema? |
Have you looked at the commandline options of pg_dump???
-> --schema-only
pg_dump will only dump the scheme if you supply the right argument:-)
Quote:
What I need to have is the Entity-Relationship diagram from that dump
which I can create with pg_dump databasename. |
If you want the ER diagram you don't need pg_dump at all, what you need
is some db designer that includes reverse engineer features
Quote:
Any hints to anything welcome. Maybe is there a theoretic method which
gives a way to easier success which I don't know?
Any ideas, thoughts, book recommendations or sw welcome. |
Toad Data Modeler for example can create the ER Diagram from a postgresql db