8000
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 5f538ad commit d53f7cfCopy full SHA for d53f7cf
doc/src/sgml/func.sgml
@@ -10563,6 +10563,16 @@ SELECT a,
10563
SELECT ... WHERE CASE WHEN x <> 0 THEN y/x > 1.5 ELSE false END;
10564
</programlisting>
10565
</para>
10566
+
10567
+ <note>
10568
+ <para>
10569
+ As described in <xref linkend="xfunc-volatility">, functions and
10570
+ operators marked <literal>IMMUTABLE</literal> can be evaluated when
10571
+ the query is planned rather than when it is executed. This means
10572
+ that constant parts of a subexpression that is not evaluated during
10573
+ query execution might still be evaluated during query planning.
10574
+ </para>
10575
+ </note>
10576
</sect2>
10577
10578
<sect2 id="functions-coalesce-nvl-ifnull">
0 commit comments