duplicate columns with COPY

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема duplicate columns with COPY
Дата
Msg-id 200712201428.30976.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: duplicate columns with COPY  (Andrew Dunstan <andrew@dunslane.net>)
Re: duplicate columns with COPY  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Is there a reason why COPY TO STDOUT does not allow columns to be specified 
more than once?

pei=# copy test1 (a, a) to stdout;
ERROR:  42701: column "a" specified more than once

Or is this just an overly extensive check that is actually intended for COPY 
FROM STDIN?

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgwin32_open returning EINVAL
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: duplicate columns with COPY