Bulk Load and Extract from PostgreSQL

Поиск
Список
Период
Сортировка
От Sandeep Khandelwal
Тема Bulk Load and Extract from PostgreSQL
Дата
Msg-id 20061016070753.42936.qmail@web33304.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: Bulk Load and Extract from PostgreSQL
Список pgsql-interfaces
Hi All.

I want to extract and Load data from PostgreSQL using Libpq C API. Please let me know which approach will be good to
loadlarge number of rows into PostgreSQL(Insert or COPY FROM) and, which approach will be good to extract large number
ofrows from PostgreSQL (COPY TO or SELECT). 
I want to handle all the data types supported in the PostgreSQL.

Thanks,
Sandeep




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

Предыдущее
От: Dmitriy Chumack
Дата:
Сообщение: Re: [2] libpq - check PGconn* - is it valid
Следующее
От: Sean Davis
Дата:
Сообщение: Re: Bulk Load and Extract from PostgreSQL