Re: Dumping part (not all) of the data in a database...methods?

From: "John D(dot) Burger" <john(at)mitre(dot)org>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Dumping part (not all) of the data in a database...methods?
Date: 2007-04-11 19:08:26
Message-ID: 0159DEBC-EF48-4C3F-8D5D-7C980B09E81F@mitre.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Leif B. Kristensen 2007-04-11 19:12:57 Re: Dumping part (not all) of the data in a database...methods?
Previous Message Andrew Edson 2007-04-11 18:43:39 Re: Dumping part (not all) of the data in a database...methods?