Re: Dump only part of a DB

From: Bill Montgomery <billm(at)lulu(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Dump only part of a DB
Date: 2004-06-09 20:12:51
Message-ID: 40C76F43.5000408@lulu.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Scott Marlowe wrote:

>On Wed, 2004-06-09 at 10:43, David F. Skoll wrote:
>
>
>>On Wed, 9 Jun 2004, Scott Marlowe wrote:
>>
>>
>>>If you put the application's data into a specific schema, then you can
>>>dump just that schema with the -n switch...
>>>
>>>
>>Thanks. That's a solution for 7.4, but some of our installed base
>>(especially the older ones with large DB's that cause the problem) are
>>still on 7.2 or 7.3.
>>
>>
>7.3 supported schemas, but I'm not sure its pg_dump supported dumping
>individual ones.
>
>
I'm running 7.3.4 and use pg_dump with individual schemas.

-Bill Montgomery

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Cook, Tom 2004-06-10 03:39:23 Re: PostgreSQL 7.4.2 on SunOS 4.1.4
Previous Message Duane Lee - EGOVX 2004-06-09 18:31:19 Re: [GENERAL] Help in finding the error