export a schema / import as new schema

From: David Kerr <dmk(at)mr-paradox(dot)net>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: export a schema / import as new schema
Date: 2009-08-21 18:56:32
Message-ID: 4A8EEDE0.6030005@mr-paradox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there an easy way, that I'm missing, where I can export a schema from
database A and then rename it on load into database B?

I use similar functionality in oracle all the time and it's great for
development environments when you're making schema changes or updating a
lot of data. You can mess up schema A and load a backup into schema B
and fix the data (or whatever).

Thanks

Dave

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2009-08-21 18:56:35 Re: Questions about encoding between two databases
Previous Message David Kerr 2009-08-21 18:54:37 Re: Schema diff tool?