Skip to content

Commit c5d644a

Browse files
committed
Ooops, let's get the non-null vs null bit right ...
1 parent a9aad1b commit c5d644a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_function.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.89 2010/02/14 00:48:12 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.90 2010/02/14 01:01:35 tgl Exp $
33
-->
44

55
<refentry id="SQL-CREATEFUNCTION">
@@ -589,7 +589,7 @@ CREATE FUNCTION foo(int, int default 42) ...
589589
If a function is declared <literal>STRICT</> with a <literal>VARIADIC</>
590590
argument, the strictness check tests that the variadic array <emphasis>as
591591
a whole</> is non-null. The function will still be called if the
592-
array has non-null elements.
592+
array has null elements.
593593
</para>
594594

595595
</refsect1>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy