Re: [HACKERS] JDBC improvements

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: [HACKERS] JDBC improvements
Дата
Msg-id 3C02800F.9040901@xythos.com
обсуждение исходный текст
Ответы Re: [HACKERS] JDBC improvements
Список 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
>
>



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: ERROR WHEN I LOAD A LARGE OBJECT
Следующее
От: Nate Gelbard
Дата:
Сообщение: JDBC bug?