Re: COPY FROM with CSV header

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: COPY FROM with CSV header
Дата
Msg-id 434594E8.8040205@dunslane.net
обсуждение исходный текст
Ответ на COPY FROM with CSV header  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-hackers
Jim C. Nasby wrote:

>Instead of ignoring the first line of a COPY FROM ... WITH CSV HEADER,
>what about allowing the first line to be used as a list of field names?
>This means you wouldn't have to include field order in the COPY command
>if the names matched field names in the table.
>  
>
It was debated ... could be dangerous, and you'd need extra syntax, 
since we couldn't make it the default.

cheers

andrew


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: prefix btree implementation
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: slower merge join on sorted data chosen over nested loop