\copy in Current CVS

From: Teodor Sigaev <teodor(at)stack(dot)net>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: \copy in Current CVS
Date: 2003-02-19 11:00:03
Message-ID: 3E5363B3.4050603@stack.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Simple script:
CREATE TABLE test(a int);
\copy test from '/tmp/wow'
select * from test;

now produce error:
\copy: COPY state must be terminated first

I missed something?

--
Teodor Sigaev
teodor(at)stack(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2003-02-19 11:35:51 request for sql3 compliance for the update command
Previous Message Oliver Elphick 2003-02-19 09:15:39 Re: The last configuration file patch (I hope!) This one