aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Jurka <books@ejurka.com>2005-01-14 21:46:09 +0000
committerKris Jurka <books@ejurka.com>2005-01-14 21:46:09 +0000
commit2c1abfd979bcd0e5ea97ffd2c5b33a87de840b9f (patch)
tree4fcc20ac6a359f442c6fcb7f6f527f79b575f2de
parent9fa1843454c150011e1fc509ced738cb9e6be80e (diff)
downloadpostgresql-2c1abfd979bcd0e5ea97ffd2c5b33a87de840b9f.tar.gz
postgresql-2c1abfd979bcd0e5ea97ffd2c5b33a87de840b9f.zip
Add index entries for function volatilities.
-rw-r--r--doc/src/sgml/xfunc.sgml11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml
index 06eef22db5a..51566d1056f 100644
--- a/doc/src/sgml/xfunc.sgml
+++ b/doc/src/sgml/xfunc.sgml
@@ -1,5 +1,5 @@
<!--
-$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">
@@ -772,6 +772,15 @@ CREATE FUNCTION test(int, int) RETURNS int
<primary>volatility</primary>
<secondary>functions</secondary>
</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>
Every function has a <firstterm>volatility</> classification, with