Re: Under what circumstances does PreparedStatement use stored plans? - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: Under what circumstances does PreparedStatement use stored plans?
Date
Msg-id 29883.1081914040@sss.pgh.pa.us
Whole thread Raw
In response to Re: Under what circumstances does PreparedStatement use stored plans?  (James Robinson <jlrobins@socialserve.com>)
Responses Re: Under what circumstances does PreparedStatement use stored plans?  (James Robinson <jlrobins@socialserve.com>)
List pgsql-jdbc
James Robinson <jlrobins@socialserve.com> writes:
> This sort of fix belongs down deep in AbstractJDBC1Statement,
> whereas my hack-ish cache would exist at a layer much higher
> than this,

I didn't say it was easy ;-) ... when we were designing this last year,
Dave gave me to understand that actually using it will take some pretty
significant revisions in the JDBC driver.  But the way forward is open,
as far as I know.

            regards, tom lane

pgsql-jdbc by date:

Previous
From: James Robinson
Date:
Subject: Re: Under what circumstances does PreparedStatement use stored plans?
Next
From: James Robinson
Date:
Subject: Re: Under what circumstances does PreparedStatement use stored plans?