Bulk Load and Extract from PostgreSQL - Mailing list pgsql-interfaces

From Sandeep Khandelwal
Subject Bulk Load and Extract from PostgreSQL
Date
Msg-id 20061016070753.42936.qmail@web33304.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Bulk Load and Extract from PostgreSQL
List 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 by date:

Previous
From: Dmitriy Chumack
Date:
Subject: Re: [2] libpq - check PGconn* - is it valid
Next
From: Sean Davis
Date:
Subject: Re: Bulk Load and Extract from PostgreSQL