BUG #4658: copy problem

From: "Brundle Fly" <mindquasar(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4658: copy problem
Date: 2009-02-16 09:39:29
Message-ID: 200902160939.n1G9dTWD063856@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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?.....

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message toruvinn 2009-02-16 10:15:40 Re: BUG #4656: Indexes not used when comparing nextval() and currval() to integers
Previous Message Heikki Linnakangas 2009-02-16 09:37:27 Re: BUG #4656: Indexes not used when comparing nextval() and currval() to integers