Re: pooled prepared statements - Mailing list pgsql-jdbc

From Thomas Finneid
Subject Re: pooled prepared statements
Date
Msg-id 4A0A7D50.40704@fcon.no
Whole thread Raw
In response to Re: pooled prepared statements  (John Lister <john.lister@kickstone.com>)
List pgsql-jdbc
John Lister wrote:
>
>> Probably easier to create a server side function instead, then.
> But wouldn't you still have to go through all the planning steps within
> the function for any queries, although i'll admit i'm not familiar with
> Postgresql functions.

Server-side functions are compiled when installed. Since my function
would only contain simple queries that are parameterized, it would
pre-compile well.

thomas


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: pooled prepared statements
Next
From: dmp
Date:
Subject: Re: Unable to access table named "user"