Re: Explain with jdbc

Lists: pgsql-jdbc
From: Enzo Cappa <zcappa(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Explain with jdbc
Date: 2009-10-28 20:36:51
Message-ID: 200910281736.52198.zcappa@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

It's possible to get the result of a query and the plan of excution of the
same query? Of course, via jdbc.
Thanks!


From: Kris Jurka <books(at)ejurka(dot)com>
To: Enzo Cappa <zcappa(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Explain with jdbc
Date: 2009-10-29 07:35:02
Message-ID: alpine.BSO.2.00.0910290334310.10412@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

On Wed, 28 Oct 2009, Enzo Cappa wrote:

> It's possible to get the result of a query and the plan of excution of the
> same query? Of course, via jdbc.

Not at the same time. You can only get one or the other.

Kris Jurka