Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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:33:50 +0000 (22:33 -0400)
More languages than PL/pgSQL actually support parameter names.

doc/src/sgml/ref/create_function.sgml

index e0f89ec2c8964c43311e537ed8e4ad862cd7dd18..ebdcd8b01b86a46b0c06cdaf14080edaff79614c 100644 (file)
@@ -119,7 +119,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.  But the name
        of an output argument is significant, since it defines the column