Re: Database schema dumper

From: Mirko Sertic <mirko(dot)sertic(at)web(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Database schema dumper
Date: 2009-06-30 06:07:25
Message-ID: 4A49AB9D.4060003@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

Try Mogwai ERDesignerNG. it can reverse engineer databases like
Postgres, Oracle, MySQL, MSSQL, stores its model as XML files and can
also generate DDL from it.
Supporting schema comparison, schema evolution and data dictionaries.

Regards
Mirko

felix(at)crowfix(dot)com schrieb:
> 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.
>
> A quick google for variations on "dump database schema" didn't find
> much.
>
> Whether it be a CPAN module, Java class, etc, or a standalone program,
> none of that matters much.
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Henry 2009-06-30 07:09:41 Regex Character-Class
Previous Message Scott Marlowe 2009-06-30 04:30:32 Re: High consumns memory