Re: function prepared plan

Поиск
Список
Период
Сортировка
От Franco Bruno Borghesi
Тема Re: function prepared plan
Дата
Msg-id 200305221226.59197.franco@akyasociados.com.ar
обсуждение исходный текст
Ответ на Re: function prepared plan  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: function prepared plan
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Index Selection Problem