Re: sql question after upgrade

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
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 02:24:30
Message-ID: Pine.LNX.4.44.0302230251250.2308-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Hubert depesz Lubaczewski 2003-02-23 10:47:31 how to return ONE single record from a function in plpgsql?
Previous Message Peter Eisentraut 2003-02-23 02:24:13 Re: 7.3 "group by" issue