Re: DDL for a single schema

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: btober(at)seaworthysys(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: DDL for a single schema
Date: 2003-11-07 13:58:07
Message-ID: 1068213486.42603.5.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2003-11-07 at 08:23, btober(at)seaworthysys(dot)com wrote:
> Is there a way to get a dump of all the DDL and data associated with a
> single schema within a database?

The 7.4 pg_dump is capable of this task (--schema=SCHEMA) but you may
have difficulties restoring to a 7.3 backend.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shridhar Daithankar 2003-11-07 14:06:11 Re: DDL for a single schema
Previous Message btober 2003-11-07 13:23:56 DDL for a single schema