pgsql: Emphasize that immutable and stable functions are not allowed to - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Emphasize that immutable and stable functions are not allowed to
Date
Msg-id 20061110205218.BDD829FB2B3@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix errors in key_column_usage.position_in_unique_constraint
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve formatting of PQexecParams argument descriptions, per