Re: cacheable stored functions? - Mailing list pgsql-performance

From Tomasz Myrta
Subject Re: cacheable stored functions?
Date
Msg-id 40362EEB.9050103@klaster.net
Whole thread Raw
In response to cacheable stored functions?  (Bill Moran <wmoran@potentialtech.com>)
List 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 by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: cacheable stored functions?
Next
From: Richard Huxton
Date:
Subject: Re: cacheable stored functions?