Re: COPY is not working

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: COPY is not working
Дата
Msg-id w2r3073cc9b1004292256y1f7af18fj1a93dd1a3abbdb7@mail.gmail.com
обсуждение исходный текст
Ответ на COPY is not working  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Ответы Re: COPY is not working
Re: COPY is not working
Список 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 по дате отправления:

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