10000
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 b973530 commit 897313eCopy full SHA for 897313e
doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.405 2007/10/25 18:54:03 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.406 2007/10/30 19:06:56 tgl Exp $ -->
2
3
<chapter id="functions">
4
<title>Functions and Operators</title>
@@ -9016,7 +9016,9 @@ SELECT NULLIF(value, '(none)') ...
9016
9017
<para>
9018
Note that <function>GREATEST</> and <function>LEAST</> are not in
9019
- the SQL standard, but are a common extension.
+ the SQL standard, but are a common extension. Some other databases
9020
+ make them return NULL if any argument is NULL, rather than only when
9021
+ all are NULL.
9022
</para>
9023
</sect2>
9024
</sect1>
0 commit comments