Re: Can timeout duration be set?

Eric G. Miller <egm2@jps.net>

From: "Eric G. Miller" <egm2@jps.net>
To: pgsql-general@postgresql.org
Date: 2001-04-08T06:16:35Z
Lists: pgsql-general
On Wed, Apr 04, 2001 at 03:04:59PM +0800, lec wrote:
> Is it possible to set the timeout duration for a query?

If you're using C/C++ interface, look at the asynchronous query
functions.  It's a little more work, but not much.  You'll have to
supply your own timing routine and/or you might provide a method for the
user to cancel the query (like with a pop-up window...).

-- 
Eric G. Miller <egm2@jps.net>