Re: v3proto Parse/Bind and the query planner - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: v3proto Parse/Bind and the query planner
Date
Msg-id 40AAC921.6050602@opencloud.com
Whole thread Raw
In response to Re: v3proto Parse/Bind and the query planner  (Barry Lind <blind@xythos.com>)
List pgsql-jdbc
Barry Lind wrote:
> Oliver,
>
> I don't consider this a problem, but the expected behavior.  This is the
> behavior I see on other databases (Oracle for example).  It is the price
> you pay for parameterized queries.

My concern is that we don't want to end up recommending that people
avoid PreparedStatement and stringize their own parameter values for
performance reasons..

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: v3proto Parse/Bind and the query planner
Next
From: Dave Cramer
Date:
Subject: Re: patch for getUDT #3