Re: Is there a way to selective dump of records in Postgres 9.0.3?

From: Nikolas Everett <nik9000(at)gmail(dot)com>
To: Sethu Prasad <sethuprasad(dot)in(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Is there a way to selective dump of records in Postgres 9.0.3?
Date: 2011-04-18 15:11:26
Message-ID: BANLkTinDmk80+WfoxDF2VDd6LyWsS-JiLA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

This probably isn't the right place to ask that question but you may as well
try `pg_dump -t PATTERN`. Man pg_dump for more information on how to form
that pattern.

On Mon, Apr 18, 2011 at 11:05 AM, Sethu Prasad <sethuprasad(dot)in(at)gmail(dot)com>wrote:

> Hi List,
> I am using PostgreSQL 9.0.3 and I have a need to dump only the selective
> data from partial list of tables of a database. Is there a straight way to
> do it with pg_dump or any alternative work around to suggest here?!
>
> Sethu Prasad. G.
>
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message tv 2011-04-18 15:15:10 Re: REINDEX takes half a day (and still not complete!)
Previous Message Sethu Prasad 2011-04-18 15:05:22 Is there a way to selective dump of records in Postgres 9.0.3?