]> granicus.if.org Git - postgresql/commitdiff
Further update CREATE FUNCTION documentation about argument names
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 20 Jun 2013 02:25:13 +0000 (22:25 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 20 Jun 2013 02:29:34 +0000 (22:29 -0400)
More languages than SQL and PL/pgSQL actually support parameter names.

doc/src/sgml/ref/create_function.sgml

index 286e8f0f1498ac6d8e788d5cc5605f01039ce0bb..f42bd48966035d8b5b0fcec76a67795c70c41f31 100644 (file)
@@ -134,8 +134,7 @@ CREATE [ OR REPLACE ] FUNCTION
 
      <listitem>
       <para>
-       The name of an argument. Some languages (currently only SQL and
-       PL/pgSQL)
+       The name of an argument. Some languages (including SQL and PL/pgSQL)
        let you use the name in the function body.  For other languages the
        name of an input argument is just extra documentation, so far as
        the function itself is concerned; but you can use input argument names