Re: Dump and Query

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Enrico <scotty(at)linuxtime(dot)it>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Dump and Query
Date: 2006-12-27 20:20:27
Message-ID: 20061227202027.GA10295@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, Dec 27, 2006 at 14:05:30 +0100,
Enrico <scotty(at)linuxtime(dot)it> wrote:
> Is there any way to make a dump from a query?
>
> For example if my query is:
>
> select field1,field2 from table
>
> Does it exist a shell command like pg_dump --QUERY myquery -f myfile?

In 8.2 you can use a query with the COPY command. Depending on what
you are really doing, that might be a solution for you.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message L Bayuk 2006-12-28 00:43:28 8.2.0 upgrade issue: postmaster -S
Previous Message Rajesh Kumar Mallah 2006-12-27 17:47:43 Re: psql does not save contents into file at end of command.