Re: cacheable stored functions?

Поиск
Список
Период
Сортировка
От Tomasz Myrta
Тема Re: cacheable stored functions?
Дата
Msg-id 40362EEB.9050103@klaster.net
обсуждение исходный текст
Ответ на cacheable stored functions?  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-performance
Dnia 2004-02-20 16:35, Użytkownik Bill Moran napisał:
> Can anyone say whether this is a supported feature in plpgsql, and is
> safe to use?  Is it simply undocumented, or am I just looking in the
> wrong place?

"iscachable" is only for backward compatibility - it's changed now to
"IMMUTABLE"


You can read more about immutable, stable and volatile functions in
Postgresql documentation - chapter SQL Commands/CREATE FUNCTION.

Regards,
Tomasz Myrta

В списке pgsql-performance по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: cacheable stored functions?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: cacheable stored functions?