Re: Database schema dumper

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: felix(at)crowfix(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Database schema dumper
Date: 2009-06-29 22:32:46
Message-ID: dcc563d10906291532l6aa2e01p54bb263497eaab10@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jun 29, 2009 at 4:08 PM, <felix(at)crowfix(dot)com> wrote:
> 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.

Have you tried pg_dump -s yet?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message felix 2009-06-29 23:07:17 Re: Database schema dumper
Previous Message Thomas Kellerer 2009-06-29 22:21:22 Re: Database schema dumper