Re: Copy question

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Judith Altamirano <jaltamirano(at)correolux(dot)com(dot)mx>
Cc: PostgreSQL SQL List <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Copy question
Date: 2008-12-29 22:35:26
Message-ID: 495950AE.30005@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Judith Altamirano a écrit :
> Hello every body I'm trying to extract a query as follows:
>
> copy (select * from clientes where id_cliente = 7895) to
> '/home/paso/sel.copy';
>
> But it returns the next error:
>
> ERROR: error de sintaxis en o cerca de «(» at character 6
> LINE 1: copy (select * from clientes where id_cliente = 7895) to '/h...
>
>
> I was reading the manual and I think the sintaxis is correct, any idea
> wich is the cause of the error?
>

It depends on your PostgreSQL release. It should work with 8.2 and
later. It won't with earlier releases.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Fernando Hevia 2008-12-30 12:36:02 Re: Object create date
Previous Message Judith Altamirano 2008-12-29 22:28:19 Copy question