Re: sql question after upgrade

From: Neil Conway <neilc(at)samurai(dot)com>
To: James Cooper <jim(at)luckydigital(dot)com>
Cc: sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: sql question after upgrade
Date: 2003-02-23 01:42:04
Message-ID: 1045964524.367.32.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Sat, 2003-02-22 at 19:58, James Cooper wrote:
> Just wondering... why VOLATILE is being appended to my functions - can
> anyone ansewer me what this means?

http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/sql-createfunction.html

explains the meaning of IMMUTABLE, STABLE, and VOLATILE.

Cheers,

Neil
--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2003-02-23 02:24:13 Re: 7.3 "group by" issue
Previous Message James Cooper 2003-02-23 00:58:59 sql question after upgrade