Re: function prepared plan

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

Предыдущее
От: Franco Bruno Borghesi
Дата:
Сообщение: Re: function prepared plan
Следующее
От: Franco Bruno Borghesi
Дата:
Сообщение: Re: function prepared plan