Re: Is there a way to selective dump of records in Postgres 9.0.3? - Mailing list pgsql-performance

From Nikolas Everett
Subject Re: Is there a way to selective dump of records in Postgres 9.0.3?
Date
Msg-id BANLkTinDmk80+WfoxDF2VDd6LyWsS-JiLA@mail.gmail.com
Whole thread Raw
In response to Is there a way to selective dump of records in Postgres 9.0.3?  (Sethu Prasad <sethuprasad.in@gmail.com>)
Responses Re: Is there a way to selective dump of records in Postgres 9.0.3?  (Samuel Gendler <sgendler@ideasculptor.com>)
List 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.in@gmail.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.


pgsql-performance by date:

Previous
From: Sethu Prasad
Date:
Subject: Is there a way to selective dump of records in Postgres 9.0.3?
Next
From: tv@fuzzy.cz
Date:
Subject: Re: REINDEX takes half a day (and still not complete!)