Re: Copy Failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Copy Failure
Дата
Msg-id 5225.1125029829@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Copy Failure  (<operationsengineer1@yahoo.com>)
Ответы Re: Copy Failure  (<operationsengineer1@yahoo.com>)
Список pgsql-novice
<operationsengineer1@yahoo.com> writes:
> i'm trying to copy data from a csv file into a PGSQL
> 7.4 database.  i tried tab delimited and i tried comma
> delimted.

PG 7.4's COPY does not have any support for CSV format (that was added
in 8.0).  Tab-delimited should work OK though.

            regards, tom lane

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: SQL problem?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Selective authentication?