COPY is not working

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: COPY is not working
Date: 2010-04-30 05:47:05
Message-ID: p2v3073cc9b1004292247va608b356h817a187e07d2855f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

COPY is not working on latest HEAD?
"""
regression=# select * from a;
aa
----
32
56
(2 rows)

regression=# COPY a TO '/tmp/copy_test';
COPY 0
"""

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2010-04-30 05:56:30 Re: COPY is not working
Previous Message Tom Lane 2010-04-30 05:03:57 Re: failed assertion and panic in standby mode