From: | Barry Lind <barry(at)xythos(dot)com> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
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:41:32 |
Message-ID: | 3CA8F02C.6080903@xythos.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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?
>
From | Date | Subject | |
---|---|---|---|
Next Message | Nicolas Bazin | 2002-04-02 00:41:51 | please apply patch |
Previous Message | Jessica Perry Hekman | 2002-04-01 23:36:37 | Re: timeout implementation issues |