\copy in Current CVS - Mailing list pgsql-hackers

From Teodor Sigaev
Subject \copy in Current CVS
Date
Msg-id 3E5363B3.4050603@stack.net
Whole thread Raw
Responses request for sql3 compliance for the update command
request for sql3 compliance for the update command
List 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@stack.net




pgsql-hackers by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: The last configuration file patch (I hope!) This one
Next
From: Peter Eisentraut
Date:
Subject: Re: Hard problem with concurrency