Re: importing limited set of rows/tuples

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: importing limited set of rows/tuples
Дата
Msg-id 200707021441.59885.dfontaine@hi-media.com
обсуждение исходный текст
Ответ на importing limited set of rows/tuples  (cha <chandresh.rana@metrixline.com>)
Список pgsql-general
Hi,

Le lundi 02 juillet 2007, cha a écrit :
> Now I want to import limited set of records/rows ( 1000 tuples ) from the
> eliminated tables.
>
> Is this possible? If yes, please tell me how to accomplish this?

If you have CSV or CSV-like data file format, you can use pgloader with the -C
option, you can even load from any line in the file (given by number or data
id, multi-column keys supported) :
  http://pgfoundry.org/projects/pgloader

Regards,
--
dim

Вложения

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

Предыдущее
От: "Ashish Karalkar"
Дата:
Сообщение: Re: Tables not created in proper schema
Следующее
От: "Jason L. Buberel"
Дата:
Сообщение: Re: recovery_target_time ignored or recovery alwaysrecovers to end of WAL