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-26 17:46:55
Message-ID: 3C02800F.9040901@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

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

Nicolas Verger wrote:

> Hi,
> We ( me and my teammate ) try to write a graphical client in Java.
> We made our first stable version ( pgInhaler.ifrance.com for ones who want
> to try it ...) and we need some JDBC features for next version :
> - catch EXPLAIN plan
> - cancel QUERY
> Is it possible ?
>
> Suggestions and fellings about this project will be welcome.
>
> Nicolas.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fernando Nasser 2001-11-26 19:13:34 [Fwd: [PATCHES] Libpq support for precision and scale]
Previous Message Bruce Momjian 2001-11-26 17:45:49 Re: Pls, apply patch fot contrib/tsearch

Browse pgsql-jdbc by date

  From Date Subject
Next Message Stuart Robinson 2001-11-26 17:47:34 Re: CallableStatements
Previous Message Barry Lind 2001-11-26 17:25:41 Re: ERROR WHEN I LOAD A LARGE OBJECT