diff options
author | Kris Jurka <books@ejurka.com> | 2005-01-14 21:46:09 +0000 |
---|---|---|
committer | Kris Jurka <books@ejurka.com> | 2005-01-14 21:46:09 +0000 |
commit | 2c1abfd979bcd0e5ea97ffd2c5b33a87de840b9f (patch) | |
tree | 4fcc20ac6a359f442c6fcb7f6f527f79b575f2de | |
parent | 9fa1843454c150011e1fc509ced738cb9e6be80e (diff) | |
download | postgresql-2c1abfd979bcd0e5ea97ffd2c5b33a87de840b9f.tar.gz postgresql-2c1abfd979bcd0e5ea97ffd2c5b33a87de840b9f.zip |
Add index entries for function volatilities.
-rw-r--r-- | doc/src/sgml/xfunc.sgml | 11 |
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 |