Re: timeout implementation issues - Mailing list pgsql-hackers

From Barry Lind
Subject Re: timeout implementation issues
Date
Msg-id 3CA8F02C.6080903@xythos.com
Whole thread Raw
In response to Re: timeout implementation issues  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
The spec isn't clear on that point, but my interpretation is that it 
would apply to all types of statements not just queries.

--Barry

Peter Eisentraut wrote:
> 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?
> 




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: timeout implementation issues
Next
From: Jessica Perry Hekman
Date:
Subject: Re: timeout implementation issues