Event System - Mailing list pgsql-general

From Jean-Gérard Pailloncy
Subject Event System
Date
Msg-id 98ca5429a6bf77bd8448a6555aadcaa9.squirrel@webmail.rilk.com
Whole thread Raw
Responses Re: Event System
List pgsql-general
Hi,

I study the possibility to devellop an application with libevent and
postgresql. I discover that a new "Event System" will be present in libpq
8.4.

I would like to know if, when I send asynchronously a query to the server
with PQsendQuery/PQsendQueryPrepared, the "Event Callback Procedure" will
be call when the result is ready and then the callback will call
PQgetResult ?
No more need to monitor the connexion waiting for the next result...

Cordialement,
Jean-Gérard Pailloncy


pgsql-general by date:

Previous
From: Pawan Agrawal
Date:
Subject: Installation problem
Next
From: Craig Ringer
Date:
Subject: Re: Using results from RETURNING