Re: COPY is not working

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: COPY is not working
Date: 2010-04-30 05:56:30
Message-ID: w2r3073cc9b1004292256y1f7af18fj1a93dd1a3abbdb7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2010/4/30 Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Takahiro Itagaki 2010-04-30 05:56:52 Re: COPY is not working
Previous Message Jaime Casanova 2010-04-30 05:47:05 COPY is not working