Skip to content
Snippets Groups Projects
Commit 2c1abfd9 authored by Kris Jurka's avatar Kris Jurka
Browse files

Add index entries for function volatilities.

parent 9fa18434
Branches
Tags
No related merge requests found
<!-- <!--
$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 $
--> -->
<sect1 id="xfunc"> <sect1 id="xfunc">
...@@ -772,6 +772,15 @@ CREATE FUNCTION test(int, int) RETURNS int ...@@ -772,6 +772,15 @@ CREATE FUNCTION test(int, int) RETURNS int
<primary>volatility</primary> <primary>volatility</primary>
<secondary>functions</secondary> <secondary>functions</secondary>
</indexterm> </indexterm>
<indexterm zone="xfunc-volatility">
<primary>VOLATILE</primary>
</indexterm>
<indexterm zone="xfunc-volatility">
<primary>STABLE</primary>
</indexterm>
<indexterm zone="xfunc-volatility">
<primary>IMMUTABLE</primary>
</indexterm>
<para> <para>
Every function has a <firstterm>volatility</> classification, with Every function has a <firstterm>volatility</> classification, with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment