Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: A question of volatility




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





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group