Asynchronous queries with bound data. - Mailing list pgsql-general

From Вячеслав Блинников
Subject Asynchronous queries with bound data.
Date
Msg-id AANLkTikwbKuuokcoYP91L-1N2NzG_pnAFSavzse5WKWH@mail.gmail.com
Whole thread Raw
Responses Re: Asynchronous queries with bound data.
List pgsql-general
Database connection using "libpq":
So, generally speaking, I need:
- send multiple queries using "PQsendQuery()" (or what else)
- bind some data (void*) to each qeury
- obtain results using "PQgetResult()" (or what else) and to know which data is bound to each result (correspondence between queries and results)
How it can be implemented?

pgsql-general by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Asynchronous queries with callbacks.
Next
From: Radosław Smogura
Date:
Subject: Re: UUID column as pimrary key?