Re: Dump all objects under a specific schema

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: emilu(at)encs(dot)concordia(dot)ca
Cc: pgsql-jdbc(at)postgresql(dot)org, pgsql general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Dump all objects under a specific schema
Date: 2007-08-08 20:24:25
Message-ID: B66323E3-B0A2-4D00-BADE-9AC85ED867CA@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc


On Aug 8, 2007, at 14:18 , Emi Lu wrote:

> Is there a way that I can only dump all objects under a specific
> schema?

Have you checked the pg_dump documentation?

http://www.postgresql.org/docs/8.2/interactive/app-pgdump.html

In particular, the -n flag might interest you.

Michael Glaesemann
grzm seespotcode net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2007-08-08 21:02:38 Re: PostgreSQL and cluster
Previous Message Kris Jurka 2007-08-08 20:21:18 Re: Dump all objects under a specific schema

Browse pgsql-jdbc by date

  From Date Subject
Next Message Paul van den Bogaard 2007-08-09 15:44:45 Re: statement caching patch from Laszlo Hornyak for review
Previous Message Kris Jurka 2007-08-08 20:21:18 Re: Dump all objects under a specific schema