Re: A question of volatility

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: A question of volatility
Дата
Msg-id 84C314B7-E161-4237-BBC3-CB787BF769D9@seespotcode.net
обсуждение исходный текст
Ответ на A question of volatility  (Dean Rasheed <dean_rasheed@hotmail.com>)
Ответы Re: A question of volatility  (Dean Rasheed <dean_rasheed@hotmail.com>)
Список pgsql-novice
On Nov 24, 2007, at 8:00 , Dean Rasheed wrote:

> 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?

No. Why would calling two STABLE functions be IMMUTABLE? If it's
going to be anything other than STABLE, it would be VOLATILE.

Michael Glaesemann
grzm seespotcode net



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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: A question of volatility
Следующее
От: Andreas
Дата:
Сообщение: How cast interval to minutes as number?