Re: timeout implementation issues

Поиск
Список
Период
Сортировка
От Jessica Perry Hekman
Тема Re: timeout implementation issues
Дата
Msg-id Pine.LNX.4.21.0204021415170.11943-100000@atalanta.dynamicdiagrams.com
обсуждение исходный текст
Ответ на Re: timeout implementation issues  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: timeout implementation issues  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Tue, 2 Apr 2002, Bruce Momjian wrote:

>     BEGIN WORK;
>     query;
>     SET statement_timeout = 4;
>     query;
>     SET statement_timeout = 0;
>     query;
>     COMMIT;
>     SET statement_timeout = 0;
> 
> Basically, it does the reset twice, once assuming the transaction
> doesn't abort, and another assuming it does abort.  Is this something
> that the JDBC and ODBC drivers can do automatically?

I can't speak for ODBC. Seems like in JDBC, Connection::commit() would
call code clearing the timeout, and Statement::executeQuery() and
executeUpdate() would do the same.

j



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Dblink and ISDN
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: timeout implementation issues