Re: [HACKERS] JDBC improvements

From: Barry Lind <barry(at)xythos(dot)com>
To: Nicolas Verger <nicolas(at)verger(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [HACKERS] JDBC improvements
Date: 2001-11-30 19:03:44
Message-ID: 3C07D810.2030700@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Nicolas,

If you have a patch you want to submit, send it to the pgsql-patches
mail list and cc the pgsql-jdbc mail list. Given that we are very near
the release of 7.2, it likely won't make it into 7.2 unfortunately.

thanks,
--Barry

Nicolas Verger wrote:

>>-----Message d'origine-----
>>De : Barry Lind [mailto:barry(at)xythos(dot)com]
>>Nicolas,
>>
>>AFAIK you should be able to get the EXPLAIN plan from the jdbc driver.
>>All INFO messages from the backend are treated as warnings by the jdbc
>>driver. If you do a getWarnings() you should be able to get the explain
>>plan information.
>>
>>Cancel query is on the jdbc todo list. However I don't know of anyone
>>that plans to implement it. So a patch that adds that functionality
>>would be welcome.
>>
>>thanks,
>>--Barry
>>
>>
>>
>
> Ok, the getWarnings() method works on the Connection but not on the Statment
> nor ResultSet... Why ?
> I look in the source and it's just a little patch to do it.
> I'm not used in GPL licence so if I make this patch what may I do with it ?
>
> I watched for cancel query too, and I may work on it too ...
>
> Nicolas
>
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Mascari 2001-11-30 19:19:09 Re: Backend error message style issues
Previous Message Bruce Momjian 2001-11-30 18:20:11 Re: Backend error message style issues

Browse pgsql-jdbc by date

  From Date Subject
Next Message Scott Street 2001-12-02 05:03:43 JDBC/JSP: Strange Problem
Previous Message Nicolas Verger 2001-11-30 17:02:30 Re: [HACKERS] JDBC improvements