Re: timeout implementation issues - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: timeout implementation issues
Date
Msg-id Pine.LNX.4.30.0204011821580.683-100000@peter.localdomain
Whole thread Raw
In response to Re: timeout implementation issues  (Barry Lind <barry@xythos.com>)
Responses Re: timeout implementation issues  (Jessica Perry Hekman <jphekman@dynamicdiagrams.com>)
List pgsql-hackers
Barry Lind writes:

> My reading of the JDBC spec would indicate that this is a statement
> level property (aka query level) since the method to enable this is on
> the Statement object and is named setQueryTimeout().  There is nothing I
> can find that would indicate that this would apply to the transaction in
> my reading of the jdbc spec.

Does it time out only queries or any kind of statement?

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: timeout implementation issues
Next
From: Barry Lind
Date:
Subject: Re: timeout implementation issues