RE: Importing into Postgres from a csv file

Поиск
Список
Период
Сортировка
От Rafa Couto
Тема RE: Importing into Postgres from a csv file
Дата
Msg-id 007601c00da2$63713340$8802a8c0@ct.priv
обсуждение исходный текст
Ответ на Importing into Postgres from a csv file  ("Jake" <ccrasoro@home.com>)
Список pgsql-general
----- Mensaje original -----
De: "Jake" <ccrasoro@home.com>
Para: <pgsql-general@postgresql.org>
Enviado: miércoles, 23 de agosto de 2000 21:56
Asunto: [GENERAL] Importing into Postgres from a csv file


> Does any one know if this is possible, and if so how?

Use copy command:

COPY table FROM 'data.csv'
    USING DELIMITERS ','
    WITH NULL AS 'null string'
  ;




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

Предыдущее
От: Gilles DAROLD
Дата:
Сообщение: Re: 2-phase commit
Следующее
От: "Jackson Ching"
Дата:
Сообщение: JDBC