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

doc/src/sgml/ref/create_function.sgml

index a617f96542785669c7be0eda16cb3b1f362eb04e..1871203e14d0d1fc4092e1f5fd1746c033d84189 100644 (file)
@@ -129,7 +129,7 @@ CREATE [ OR REPLACE ] FUNCTION
 
      <listitem>
       <para>
-       The name of an argument. Some languages (currently only PL/pgSQL) let
+       The name of an argument. Some languages (including PL/pgSQL, but currently not SQL) 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