]> granicus.if.org Git - postgresql/commitdiff
Ooops, let's get the non-null vs null bit right ...
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Feb 2010 01:01:40 +0000 (01:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Feb 2010 01:01:40 +0000 (01:01 +0000)
doc/src/sgml/ref/create_function.sgml

index a836d808c11918fcde2285f8a5b3d0c13d561cf0..e0f89ec2c8964c43311e537ed8e4ad862cd7dd18 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.84.2.3 2010/02/14 00:48:20 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.84.2.4 2010/02/14 01:01:40 tgl Exp $
 -->
 
 <refentry id="SQL-CREATEFUNCTION">
@@ -574,7 +574,7 @@ CREATE FUNCTION foo(int, int default 42) ...
     If a function is declared <literal>STRICT</> with a <literal>VARIADIC</>
     argument, the strictness check tests that the variadic array <emphasis>as
     a whole</> is non-null.  The function will still be called if the
-    array has non-null elements.
+    array has null elements.
    </para>
 
  </refsect1>