The following bug has been logged online:

Bug reference:      4658
Logged by:          Brundle Fly
Email address:      mindqua...@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?.....

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to