dbTalk Databases Forums  

database dump to schema diagram

comp.databases.postgresql comp.databases.postgresql


Discuss database dump to schema diagram in the comp.databases.postgresql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Robert Welz
 
Posts: n/a

Default database dump to schema diagram - 12-19-2007 , 09:07 AM






Hello!

I have dumped a database. Is there a way to reverse engineer the dump
into an schema?

What I need to have is the Entity-Relationship diagram from that dump
which I can create with pg_dump databasename.

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.

Regards,
Robert

Reply With Quote
  #2  
Old   
Stefan Braumeister
 
Posts: n/a

Default Re: database dump to schema diagram - 12-19-2007 , 03:23 PM






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


Quote:
Regards,
Robert

Reply With Quote
  #3  
Old   
Robert Welz
 
Posts: n/a

Default Re: database dump to schema diagram - 12-21-2007 , 02:44 AM



Stefan Braumeister <sbraumi (AT) gmx (DOT) net> wrote:

Quote:
Toad Data Modeler for example can create the ER Diagram from a postgresql db



Regards,
Robert
Despite not everyone uses Windows, I loaded down and will test it,
thanks for the help.


Merry christmas,

Robert Welz


Reply With Quote
  #4  
Old   
Marc Schoechlin
 
Posts: n/a

Default Re: database dump to schema diagram - 12-28-2007 , 03:54 AM



Stefan Braumeister <sbraumi (AT) gmx (DOT) net> schrieb:
Quote:
Toad Data Modeler for example can create the ER Diagram from a postgresql db
Maybe SquirrelSQL is also an option for you :-)

http://squirrel-sql.sourceforge.net/

It also supports reverse engineering of ER diagrams.

Best regards
Marc Schöchlin



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.