Re: sql question after upgrade - Mailing list pgsql-sql

From Neil Conway
Subject Re: sql question after upgrade
Date
Msg-id 1045964524.367.32.camel@tokyo
Whole thread Raw
In response to sql question after upgrade  ("James Cooper" <jim@luckydigital.com>)
List 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@samurai.com> || PGP Key ID: DB3C29FC





pgsql-sql by date:

Previous
From: "James Cooper"
Date:
Subject: sql question after upgrade
Next
From: Peter Eisentraut
Date:
Subject: Re: 7.3 "group by" issue