Re: Can timeout duration be set?

From: "Eric G(dot) Miller" <egm2(at)jps(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Can timeout duration be set?
Date: 2001-04-08 06:16:35
Message-ID: 20010407231635.A13742@calico.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)jps(dot)net>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Eric G. Miller 2001-04-08 06:58:24 Re: Arrays and COPY FROM: Help!!!
Previous Message Roberto Mello 2001-04-08 05:46:16 Re: Better Features document?