Re: postgres import

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: postgres import
Дата
Msg-id 52EF20B2E3209443BC37736D00C3C1380B367020@EXADV1.host.magwien.gv.at
обсуждение исходный текст
Ответ на postgres import  (Antonios Katsikadamos <antonioskatsikadamos@yahoo.com>)
Ответы Re: postgres import
Список pgsql-general
>>>> psql -h host -p port -d database -U user <dump.sql
>>>
>>> It's a good enough solution in most cases, but when the rowcount
>>> starts to skyrocket, it simply doesn't seem to cut it (at least I
>>> couldn't make it to).
>>
>> INSERT statements? You dumped with the -d flag, didn't you?
>
> No I didn't, actually. :) The data was never in the database in the
> first place: it was generated from a different source. True, it was
> generated as a CSV file which I converted into INSERT statements, but
> conversion between the two is not a problem (given 1.5GB of RAM).

Then the best way is to convert it back to a CSV and use the COPY
statement to load in into the table (or \copy from psql).
You don't need any third party tools for that, it's all in PostgreSQL.

Yours,
Laurenz Albe

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

Предыдущее
От: "Uwe C. Schroeder"
Дата:
Сообщение: Re: time value '24:00:00'
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: time value '24:00:00'