BUG #4658: copy problem

Поиск
Список
Период
Сортировка
От Brundle Fly
Тема BUG #4658: copy problem
Дата
Msg-id 200902160939.n1G9dTWD063856@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4658: copy problem
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4658
Logged by:          Brundle Fly
Email address:      mindquasar@gmail.com
PostgreSQL version: 8.3
Operating system:   Linux
Description:        copy problem
Details:

bdsimple=# copy (select * from customer where customer_id>10) to
'/tmp/clientes.dat' delimiter '|';
COPY 18
bdsimple=# copy (select * from customer where customer_id>10) to
'/tmp/clientes.dat' delimiter '|';
COPY 18
bdsimple=#

This is ok in ubuntu, but in centos doesnt work?.....

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #4656: Indexes not used when comparing nextval() and currval() to integers
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #4656: Indexes not used when comparing nextval() and currval() to integers