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
>
>