implementing query timeout

From: Jessica Perry Hekman <jphekman(at)dynamicdiagrams(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: implementing query timeout
Date: 2002-03-08 22:05:47
Message-ID: Pine.LNX.4.21.0203081644120.27323-100000@atalanta.dynamicdiagrams.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

As has been noted on this list before, query timeouts are not implemented
in pgsql-jdbc (see

http://archives.postgresql.org/pgsql-bugs/2000-12/msg00093.php

). This is currently causing a problem for me, and I might (no
promises) be interested in implementing it. So I'm testing the waters. If
I did submit a patch for this, would the developers here be interested?

j

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-03-08 22:27:39 Re: Do FROM items of different schemas conflict?
Previous Message Tom Lane 2002-03-08 22:00:32 Do FROM items of different schemas conflict?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Hans Deragon 2002-03-09 11:13:28 NullPointer at ResultSet.java:113
Previous Message Ned Wolpert 2002-03-08 19:30:04 Re: PostgreSQL & JBoss HOWTO