Re: [HACKERS] How to import/export data from/to an ASCII file?

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: [HACKERS] How to import/export data from/to an ASCII file?
Дата
Msg-id 3A38E3E8.21120.D709E2@localhost
обсуждение исходный текст
Ответ на How to import/export data from/to an ASCII file?  (Raymond Chui <raymond.chui@noaa.gov>)
Список pgsql-general
> For example
>
> create table testTable (
> id integer,
> name char(20)
> );
>
> an ASCII file format with field separator "|" is
>
> 1|Hello|
> 2|Again|
> ......
>
> There is a way to do this in Oracle, Sybase, Informix and MySQL.
> But I want to know how to do this in PostgreSQL.
>
> Please don't tell me use pg_dump, because it is not a correct answer
> for

Look at the documentation for COPY

    \h COPY

Questions like this should be posted to pgsql-general, not pgsql-
hackers.
--
Joel Burton, Director of Information Systems -*- jburton@scw.org
Support Center of Washington (www.scw.org)

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

Предыдущее
От: "Joel Burton"
Дата:
Сообщение: Re: RI and restoring dumps
Следующее
От: npat@kmp.forthnet.gr
Дата:
Сообщение: is libpq thread-safe?