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

From Jaime Casanova
Subject Re: COPY is not working
Date
Msg-id s2r3073cc9b1004292300j946dc216p2bd6f1f24e810b7f@mail.gmail.com
Whole thread Raw
In response to Re: COPY is not working  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-hackers
On Fri, Apr 30, 2010 at 12:56 AM, Takahiro Itagaki
<itagaki.takahiro@oss.ntt.co.jp> wrote:
>
> Jaime Casanova <jcasanov@systemguards.com.ec> wrote:
>
>> 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
>> """
>>
>> --
>
> Please send the actual test pattern and your environment information
> to reproduce the misbehavior. It works fine on my machine.
>

it's the regression database generated by "make installcheck", there
is an "a" table that is  parent table (it has children), seems like
COPY is not getting the data from the inherited tables but only from
the parent

--
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: Jaime Casanova
Date:
Subject: Re: COPY is not working
Next
From: Takahiro Itagaki
Date:
Subject: Re: COPY is not working