Re: EXPLAIN via jdbc

Поиск
Список
Период
Сортировка
От Michael Paesold
Тема Re: EXPLAIN via jdbc
Дата
Msg-id 00dd01c2420c$73483cf0$0100a8c0@beeblebrox
обсуждение исходный текст
Ответ на EXPLAIN via jdbc  ("Michael Paesold" <mpaesold@gmx.at>)
Ответы Re: EXPLAIN via jdbc
Список pgsql-jdbc
Dave Cramer wrote:

> The notices should be in the warnings, you may need to use the
> development version of the driver for this to be true.
>
> Dave
> On Thu, 2002-08-08 at 09:15, Jochem van Dieten wrote:
> > Michael Paesold wrote:
[snip]
> > > I there any way to get the result from an EXPLAIN query?
> >
> > If I read the development documentation correctly, the next version of
> > PostgreSQL will return EXPLAIN output as a recordset instead of a
NOTICE.
> >
> > HTH,
> > Jochem

I tried to use devpgjdbc2.jar (7.3dev (built 2002-07-16)). I still don't get
the explain notices in getWarnings(). Regrettably I don't have the time to
look into the code right now.

Regards,
Michael



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

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: problem of sql exception
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: EXPLAIN via jdbc