Re: COPY is not working - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: COPY is not working
Date
Msg-id w2r3073cc9b1004292256y1f7af18fj1a93dd1a3abbdb7@mail.gmail.com
Whole thread Raw
In response to COPY is not working  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Responses Re: COPY is not working  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
Re: COPY is not working  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-hackers
2010/4/30 Jaime Casanova <jcasanov@systemguards.com.ec>:
> Hi,
>
> COPY is not working on latest HEAD?
> """
> regression=# select * from a;
>  aa
> ----
>  32
>  56
> (2 rows)
>
> regression=# COPY a TO '/tmp/copy_test';
> COPY 0
> """
>

ah! this is because COPY doesn't follow inherited tables... should it?


--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157


pgsql-hackers by date:

Previous
From: Takahiro Itagaki
Date:
Subject: Re: COPY is not working
Next
From: Jaime Casanova
Date:
Subject: Re: COPY is not working