We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa1843 commit 2c1abfdCopy full SHA for 2c1abfd
doc/src/sgml/xfunc.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.95 2005/01/08 22:13:36 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.96 2005/01/14 21:46:09 jurka Exp $
3
-->
4
5
<sect1 id="xfunc">
@@ -772,6 +772,15 @@ CREATE FUNCTION test(int, int) RETURNS int
772
<primary>volatility</primary>
773
<secondary>functions</secondary>
774
</indexterm>
775
+ <indexterm zone="xfunc-volatility">
776
+ <primary>VOLATILE</primary>
777
+ </indexterm>
778
779
+ <primary>STABLE</primary>
780
781
782
+ <primary>IMMUTABLE</primary>
783
784
785
<para>
786
Every function has a <firstterm>volatility</> classification, with
0 commit comments