Re: timeout implementation issues

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: Jessica Perry Hekman <jphekman(at)dynamicdiagrams(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: timeout implementation issues
Date: 2002-04-01 23:22:26
Message-ID: Pine.LNX.4.30.0204011821580.683-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jessica Perry Hekman 2002-04-01 23:36:37 Re: timeout implementation issues
Previous Message Tom Lane 2002-04-01 23:15:00 Re: timeout implementation issues