Anyone have example C code for Asynchronous Command Processing?

From: reina_ga(at)hotmail(dot)com (Tony Reina)
To: pgsql-novice(at)postgresql(dot)org
Subject: Anyone have example C code for Asynchronous Command Processing?
Date: 2004-03-08 15:00:17
Message-ID: 272e4be7.0403080700.415ee6ac@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2004-03-08 15:12:26 Re: dowloading source
Previous Message Dennis Veatch 2004-03-08 13:16:35 dowloading source