Re: EXPLAIN via jdbc - Mailing list pgsql-jdbc

From Michael Paesold
Subject Re: EXPLAIN via jdbc
Date
Msg-id 017701c23ede$e26ecfd0$0100a8c0@beeblebrox
Whole thread Raw
In response to EXPLAIN via jdbc  ("Michael Paesold" <mpaesold@gmx.at>)
List pgsql-jdbc
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

So that means that I have to wait. Is it not possible to fetch the NOTICEs?
Returning a result set seems to be more standard, the other dbs I tried
recently (MySQL, SAP DB) do so.
Thanks anyway.

Regards,
Michael


pgsql-jdbc by date:

Previous
From: Jochem van Dieten
Date:
Subject: Re: EXPLAIN via jdbc
Next
From: Dave Cramer
Date:
Subject: Re: EXPLAIN via jdbc