dump schema schema only?

From: "Patrick Hatcher" <PHatcher(at)macys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: dump schema schema only?
Date: 2003-10-29 17:56:55
Message-ID: OFE1FDD382.2FA47317-ON88256DCE.00608CB9-88256DCE.00633F92@fds.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a development server where I, well, do my development. Occasionally,
I will create a new schema within an existing database that I would like to
use on my production machine. I know that doing a pg_dump -s <database>
> somefile.sql will dump the entire schema of the database, but is there a
way to export only schema X from the database?

TIA
Patrick Hatcher

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Jr 2003-10-29 18:30:28 Re: backup another server
Previous Message scott.marlowe 2003-10-29 17:49:34 Re: backup another server