BUG #4658: copy problem - Mailing list pgsql-bugs

From Brundle Fly
Subject BUG #4658: copy problem
Date
Msg-id 200902160939.n1G9dTWD063856@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #4658: copy problem  (Euler Taveira de Oliveira <euler@timbira.com>)
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: BUG #4656: Indexes not used when comparing nextval() and currval() to integers
Next
From: Heikki Linnakangas
Date:
Subject: Re: BUG #4656: Indexes not used when comparing nextval() and currval() to integers