index ed5d7c5bda5756ed9c52cbeac842f89b166c9c50..3d7eadcaf8b377d0bde40b52299d510f317948bc 100644 (file)
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.90 2010年02月14日 01:01:35 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.91 2010年02月25日 22:24:00 momjian Exp $
-->
<refentry id="SQL-CREATEFUNCTION">
return the same result for the same argument values, but that its
result could change across SQL statements. This is the appropriate
selection for functions whose results depend on database lookups,
- parameter variables (such as the current time zone), etc. Also note
+ parameter variables (such as the current time zone), etc. (It is
+ inappropriate for <literal>AFTER</> triggers that wish to
+ query rows modified by the current command.) Also note
that the <function>current_timestamp</> family of functions qualify
as stable, since their values do not change within a transaction.
</para>