Re: dump schema schema only? - Mailing list pgsql-general

From Tom Lane
Subject Re: dump schema schema only?
Date
Msg-id 20051.1067459901@sss.pgh.pa.us
Whole thread Raw
In response to dump schema schema only?  ("Patrick Hatcher" <PHatcher@macys.com>)
List pgsql-general
"Patrick Hatcher" <PHatcher@macys.com> writes:
> 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?

7.4's pg_dump has an option to dump the contents of just one schema.

            regards, tom lane

pgsql-general by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: 7.3.5 release (was: Re: SELECT with row>32k hangs over
Next
From: Scott Chapman
Date:
Subject: Re: Database design question: ugliness or referential integrity?