Anyone have example C code for Asynchronous Command Processing? - Mailing list pgsql-novice

From reina_ga@hotmail.com (Tony Reina)
Subject Anyone have example C code for Asynchronous Command Processing?
Date
Msg-id 272e4be7.0403080700.415ee6ac@posting.google.com
Whole thread Raw
Responses Re: Anyone have example C code for Asynchronous Command Processing?
List pgsql-novice
I'm using libpq to dump some text files into a PostgreSQL database.
It's just a bunch of "INSERT INTO" calls, but they block one another
waiting for the INSERT command to return. I think I can speed things
up by using asynchronous command processing (e.g. PQsendQuery,
PQgetResult). It's hard to make sense of the asynchronous command
processing documentation without a concrete example.

Can anyone out there provide a simple C code snippet for how to use
the asynchronous command processing in libpq?

Thanks.
-Tony

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: dowloading source
Next
From: Tom Lane
Date:
Subject: Re: Anyone have example C code for Asynchronous Command Processing?