pgsql: Emphasize that immutable and stable functions are not allowed to

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Emphasize that immutable and stable functions are not allowed to
Date: 2006-11-10 20:52:18
Message-ID: 20061110205218.BDD829FB2B3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Emphasize that immutable and stable functions are not allowed to modify
the database. xfunc.sgml was already pretty definite on the point, but
it doesn't hurt to make it clear here too.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
create_function.sgml (r1.69 -> r1.70)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_function.sgml.diff?r1=1.69&r2=1.70)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-11-10 22:15:27 pgsql: Improve formatting of PQexecParams argument descriptions, per
Previous Message Tom Lane 2006-11-10 18:10:10 pgsql: Fix errors in key_column_usage.position_in_unique_constraint