Re: COPY is not working

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: COPY is not working
Дата
Msg-id s2r3073cc9b1004292300j946dc216p2bd6f1f24e810b7f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: COPY is not working  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: COPY is not working
Следующее
От: Takahiro Itagaki
Дата:
Сообщение: Re: COPY is not working