Re: [HACKERS] Proposal for async support in libpq

Phil Thompson <phil@river-bank.demon.co.uk>

From: Phil Thompson <phil@river-bank.demon.co.uk>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: hackers@postgreSQL.org
Date: 1998-04-18T09:41:31Z
Lists: pgsql-hackers
While I understand the desire to implement async support with the
minimum of fuss, SQL3 provides the ASYNC, TEST and WAIT statements. 
This would be a more "standard" solution, but obviously requires
implementation in the backend.

Phil