Re: function prepared plan - Mailing list pgsql-sql

From Franco Bruno Borghesi
Subject Re: function prepared plan
Date
Msg-id 200305221226.59197.franco@akyasociados.com.ar
Whole thread Raw
In response to Re: function prepared plan  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
That's great! I'll cast everything then.

Thanks Tom.

On Thursday 22 May 2003 12:15, Tom Lane wrote:
> Franco Bruno Borghesi <franco@akyasociados.com.ar> writes:
> > Ok Tom, I'll try casting in the testSQL function like you said... but let
> > me ask you another thing: what is plpgsql exactily caching?
>
> The plan for the "CAST(foo AS TEXT)" expression.  Under the hood that's
> a SELECT CAST($1 AS TEXT), and it has a plan.
>
>             regards, tom lane



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: function prepared plan
Next
From: Josh Berkus
Date:
Subject: Re: Index Selection Problem