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 5734eb2 commit 1f3fbceCopy full SHA for 1f3fbce
doc/src/sgml/func.sgml
@@ -10060,6 +10060,16 @@ SELECT a,
10060
SELECT ... WHERE CASE WHEN x <> 0 THEN y/x > 1.5 ELSE false END;
10061
</programlisting>
10062
</para>
10063
+
10064
+ <note>
10065
+ <para>
10066
+ As described in <xref linkend="xfunc-volatility">, functions and
10067
+ operators marked <literal>IMMUTABLE</literal> can be evaluated when
10068
+ the query is planned rather than when it is executed. This means
10069
+ that constant parts of a subexpression that is not evaluated during
10070
+ query execution might still be evaluated during query planning.
10071
+ </para>
10072
+ </note>
10073
</sect2>
10074
10075
<sect2 id="functions-coalesce-nvl-ifnull">
0 commit comments