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

From [email protected] (Tom Lane)
Subject pgsql: Emphasize that immutable and stable functions are not allowed to
Date
Msg-id [email protected]
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: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix errors in key_column_usage.position_in_unique_constraint
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Improve formatting of PQexecParams argument descriptions, per