Copying entire tsv record (from file) into a single field

Поиск
Список
Период
Сортировка
От Allan Kamau
Тема Copying entire tsv record (from file) into a single field
Дата
Msg-id AANLkTimiZa1t-hidDUKufi_aR2aVjQ2b8QYAyaWoh8mD@mail.gmail.com
обсуждение исходный текст
Ответы Re: Copying entire tsv record (from file) into a single field  (Raymond O'Donnell <rod@iol.ie>)
Список pgsql-general
I would like to use copy to populate a single row in table with data
from a tsv file for further transformations.
I seem not find a way to stop copy from seeing that the tsv file does
indeed contain fields.
This my current query

        COPY raw_data
        (
        raw_record
        )
        FROM
        '/tmp/some.tsv'
        ;

Allan.

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

Предыдущее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: if-clause to an exiting statement
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Copying entire tsv record (from file) into a single field