Re: DDL for a single schema - Mailing list pgsql-general

From
Subject Re: DDL for a single schema
Date
Msg-id 64826.216.238.112.88.1068215335.squirrel@$HOSTNAME
Whole thread Raw
In response to Re: DDL for a single schema  (Shridhar Daithankar <shridhar_daithankar@myrealbox.com>)
Responses Re: DDL for a single schema  (Richard Huxton <dev@archonet.com>)
List pgsql-general
> On Friday 07 November 2003 19:36, Shridhar Daithankar wrote:
>> On Friday 07 November 2003 18:53, btober@seaworthysys.com wrote:
>> > Is there a way to get a dump of all the DDL and data associated
>> with a single schema within a database?
>> pg_dump in 7.4 has the dump option. You need to use --schema as
>> option.
>>
>>  Check developers documentation on web site or download RC1 and try
>> out
>> yourself.
>
> http://developer.postgresql.org/docs/postgres/app-pgdump.html
>
> Sorry for missing it first time..
>
>  Shridhar

Thanks. Didn't have immediate plans to upgrade from 7.3. But I'll look
for that feature when the time comes.

~Berend Tober




pgsql-general by date:

Previous
From: Shridhar Daithankar
Date:
Subject: Re: DDL for a single schema
Next
From: Barbara Lindsey
Date:
Subject: error when creating rule