Re: Importing into Postgres from a csv file

Поиск
Список
Период
Сортировка
От John McKown
Тема Re: Importing into Postgres from a csv file
Дата
Msg-id Pine.LNX.4.21.0008240656501.1025-100000@linux2.johnmckown.net
обсуждение исходный текст
Ответ на Importing into Postgres from a csv file  ("Jake" <ccrasoro@home.com>)
Ответы Re: Importing into Postgres from a csv file  ("Roderick A. Anderson" <raanders@altoplanos.net>)
Список pgsql-general
I think that you can do this using the COPY verb in psql.

COPY table FROM file USING DELIMITERS ',';

Just be sure that the order of the data in the file is the same as the
order of the variables in the table.

John

On Wed, 23 Aug 2000, Jake wrote:
> Does any one know if this is possible, and if so how?
>
>
> Jake
>
>


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

Предыдущее
От: Janne Blomqvist
Дата:
Сообщение: VS: JDBC
Следующее
От: John McKown
Дата:
Сообщение: Re: FW: Count & Distinct