The following bug has been logged online:
Bug reference: 4658
Logged by: Brundle Fly
Email address: mindquasar(at)gmail(dot)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?.....