COPY to

From: Angshu Kar <angshu96(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: COPY to
Date: 2006-01-07 20:13:28
Message-ID: df8328740601071213ib70fd93k51f245916897f15d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Pgsql,

I want to copy the output of a SELECT query onto a text file. I'm trying to
use the COPY command for that as :

COPY (SELECT .... ) to 'outfile'

But its throwing some error. Is it possible? Else, are there any means to do
it?

Thanks,
AK

--
Ignore the impossible but honor it ...
The only enviable second position is success, since failure always comes
first...

Responses

  • Re: COPY to at 2006-01-07 20:43:48 from A. Kretschmer

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-01-07 20:25:06 Re: Oracle DB Worm Code Published
Previous Message Robert Treat 2006-01-07 20:00:46 Re: 'Official' definition of ACID compliance?