A question of volatility

From: Dean Rasheed <dean_rasheed(at)hotmail(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: A question of volatility
Date: 2007-11-24 13:00:03
Message-ID: BAY113-W5662F5F126CF52ECD451BF27B0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


This is probably a really trivial question, so hopefully this is the place to ask it.

If I have a couple of STABLE functions f1() and f2(), and then I write a third function f3()
which does nothing other than call f1() and f2(), is it safe to mark f(3) as IMMUTABLE?

Thanks,

Dean

_________________________________________________________________
Feel like a local wherever you go.
http://www.backofmyhand.com

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Glaesemann 2007-11-24 14:20:02 Re: A question of volatility
Previous Message Michael Glaesemann 2007-11-23 21:19:21 Re: create constant values