Re: Dumping part (not all) of the data in a database...methods? - Mailing list pgsql-general

From John D. Burger
Subject Re: Dumping part (not all) of the data in a database...methods?
Date
Msg-id 0159DEBC-EF48-4C3F-8D5D-7C980B09E81F@mitre.org
Whole thread Raw
In response to Re: Dumping part (not all) of the data in a database...methods?  (Andrew Edson <cheighlund@yahoo.com>)
List pgsql-general
Andrew Edson wrote:

> I am aware of this, yes, but the data in question is all (both
> sets) contained on a single table.  That's why I was looking for a
> way to do a 'dump where (select foo where bar = 'criteria')'
> structure.

What if you do that select into a new table, then pg_dump just that
table?

- John Burger
   MITRE


pgsql-general by date:

Previous
From: Andrew Edson
Date:
Subject: Re: Dumping part (not all) of the data in a database...methods?
Next
From: Raymond O'Donnell
Date:
Subject: SQL - finding next date