Re: EXPLAIN via jdbc

From: "Michael Paesold" <mpaesold(at)gmx(dot)at>
To: "Jochem van Dieten" <jochemd(at)oli(dot)tudelft(dot)nl>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: EXPLAIN via jdbc
Date: 2002-08-08 13:24:12
Message-ID: 017701c23ede$e26ecfd0$0100a8c0@beeblebrox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-08-08 17:08:26 Re: [ADMIN] Connecting via SSL not working (except from psql)
Previous Message Dave Cramer 2002-08-08 13:23:26 Re: EXPLAIN via jdbc