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

From Peter Eisentraut
Subject Re: sql question after upgrade
Date
Msg-id Pine.LNX.4.44.0302230251250.2308-100000@peter.localdomain
Whole thread Raw
In response to sql question after upgrade  ("James Cooper" <jim@luckydigital.com>)
List pgsql-sql
James Cooper writes:

> Just wondering... why VOLATILE is being appended to my functions - can
> anyone ansewer me what this means?

Read the reference page for CREATE FUNCTION and then decide whether it's
appropriate for your functions.  Old functions get it appended during the
dump because that is how the function was effectively treated in the
version you are dumping from, but you may choose to take advantage of the
finer granularity that is now available.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-sql by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: 7.3 "group by" issue
Next
From: Hubert depesz Lubaczewski
Date:
Subject: how to return ONE single record from a function in plpgsql?