HK <harikrishnan@midascomm.com> writes:
> In asyncronous queries, after i send the first query, when should
> i send the next query.
After PQgetResult() returns NULL.
contrib/pgbench is an example of how to use this stuff. I'm afraid
there are no other examples in the standard PG distribution :-(
regards, tom lane