Re: implementing query timeout - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: implementing query timeout
Date
Msg-id 200206100045.g5A0jlV17936@candle.pha.pa.us
Whole thread Raw
In response to implementing query timeout  (Jessica Perry Hekman <jphekman@dynamicdiagrams.com>)
List pgsql-jdbc
Jessica P. Hekman wrote:
> On Fri, 7 Jun 2002, Bruce Momjian wrote:
>
> > This means we can now create a SET variable that does an alarm/cancel
> > timeout in a transaction, and know that it can safely bracket a
> > statement because it will reset if the transaction aborts.
> >
> > Are you still interested in working on this?
>
> Very possibly. Could I get just a little hand-holding about how to create
> a new SET variable -- along the lines of "another place where a SET
> variable is defined is in this method, so just imitate what is done
> there"?

Sure, you can chat with me via:

    AIM     bmomjian
    ICQ     151255111
    Yahoo   bmomjian
    MSN     root@candle.pha.pa.us
    IRC    #postgresql vis efnet

or via email.  I can do the SET stuff for you if you wish.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-jdbc by date:

Previous
From: "Joe Shevland"
Date:
Subject: Re: Compiling postgres to is jdbc
Next
From: Dave Cramer
Date:
Subject: Re: How to discern a reference column from within java??