mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Add index entries for function volatilities.
This commit is contained in:
parent
9fa1843454
commit
2c1abfd979
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user