Re: timeout implementation issues

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: timeout implementation issues
Дата
Msg-id 3CA8F02C.6080903@xythos.com
обсуждение исходный текст
Ответ на Re: timeout implementation issues  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: timeout implementation issues
Следующее
От: Jessica Perry Hekman
Дата:
Сообщение: Re: timeout implementation issues