\copy in Current CVS

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема \copy in Current CVS
Дата
Msg-id 3E5363B3.4050603@stack.net
обсуждение исходный текст
Ответы request for sql3 compliance for the update command  (Dave Cramer <dave@fastcrypt.com>)
request for sql3 compliance for the update command  (Dave Cramer <dave@fastcrypt.com>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: The last configuration file patch (I hope!) This one
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Hard problem with concurrency