Re: Explain with jdbc

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
Thread:
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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Radosław Smogura 2009-10-29 14:19:58 Implementation of query timeout
Previous Message Enzo Cappa 2009-10-28 20:36:51 Explain with jdbc