Limiting records in pg_dump - Mailing list pgsql-general

From Arnold, Sandra
Subject Limiting records in pg_dump
Date
Msg-id 54E5385D47A89542BC678F5426799F39043DF76ECF@OSTIEX01.osti.gov
Whole thread Raw
Responses Re: Limiting records in pg_dump
Re: Limiting records in pg_dump
List pgsql-general
Is there a way to just dump records equal to a specific value using pg_dump?  In Oracle, you can export data and use a WHERE clause and only pull a range of data.  We currently use this in Oracle to load data sets in our Development database.  As we move to PostgreSQL we will be wanting to do the same thing.  If we cannot do it using the pg_dump command, I will need to find a work around.

Thanks,

Sandra

pgsql-general by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: PG equivalent of "mysqlhotcopy"?
Next
From: Raymond O'Donnell
Date:
Subject: Re: Limiting records in pg_dump