Re: Database schema dumper

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Database schema dumper
Date: 2009-06-29 22:21:22
Message-ID: h2bep1$77n$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

felix(at)crowfix(dot)com wrote on 30.06.2009 00:08:
> I'd like to dump a database schema to a file, probably XML but
> anything reasonable is good enough. By "schema", I don't mean the
> narrow postgres keyword, but rather the table names, columns,
> foreignkeys, triggers, constraints, etc.
>
> I'd really like something that could work for other databases too,
> including O-----, M----, etc. But that might be asking too much.

Take a look at my SQL Workbench/J, especially the WbReport command:

http://www.sql-workbench.net/index.html

http://www.sql-workbench.net/manual/wb-commands.html#command-schema-report

Regards
Thomas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-06-29 22:32:46 Re: Database schema dumper
Previous Message felix 2009-06-29 22:08:51 Database schema dumper