|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.89 2010/02/1400:48:12 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.90 2010/02/1401:01:35 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <refentry id="SQL-CREATEFUNCTION">
|
@@ -589,7 +589,7 @@ CREATE FUNCTION foo(int, int default 42) ...
|
589 | 589 | If a function is declared <literal>STRICT</> with a <literal>VARIADIC</>
|
590 | 590 | argument, the strictness check tests that the variadic array <emphasis>as
|
591 | 591 | a whole</> is non-null. The function will still be called if the
|
592 |
| - array hasnon-null elements. |
| 592 | + array has null elements. |
593 | 593 | </para>
|
594 | 594 |
|
595 | 595 | </refsect1>
|
|