Re: loading delimited files

Поиск
Список
Период
Сортировка
От dev@archonet.com
Тема Re: loading delimited files
Дата
Msg-id 3264.192.168.1.16.1042486381.squirrel@mainbox.archonet.com
обсуждение исходный текст
Ответ на loading delimited files  ("Campano, Troy" <Troy.Campano@LibertyMutual.com>)
Список pgsql-general
> Are there docs on how to load delimited files into the database?

Look into the SQL reference for the "COPY" command or the \copy option in
the psql man page.

One thing to look out for is whether the file is readable by the
front/backend depending on which method you use.

If your data needs some massaging then, as always, perl is your friend.

- Richard Huxton

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

Предыдущее
От: "Pirtea Calin Iancu"
Дата:
Сообщение: Re: Re PostgreSQL on Windows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: clarifying a few error messages