Re: immutable function calling stable function - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: immutable function calling stable function
Date
Msg-id 20040721074430.M61440@megazone.bigpanda.com
Whole thread Raw
In response to immutable function calling stable function  (Markus Bertheau <twanger@bluetwanger.de>)
List pgsql-sql
On Wed, 21 Jul 2004, Markus Bertheau wrote:

> shouldn't it be illegal for an immutable function to call a stable one?

It's expected that the function's creator is responsible for properly
marking its stability. This allows some flexibility when you know more
than the system does (for example, a stable function that isn't immutable
because of its use of a GUC variable being called from a function that
sets said variable).


pgsql-sql by date:

Previous
From: Geoff Richards
Date:
Subject: MySQL-style "create temporary table foo select ..."
Next
From: Michael Kleiser
Date:
Subject: Re: MySQL-style "create temporary table foo select ..."