]> granicus.if.org Git - postgresql/commitdiff
Update CREATE FUNCTION documentation about argument names.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 May 2013 16:07:47 +0000 (12:07 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 May 2013 16:08:14 +0000 (12:08 -0400)
The 9.2 patch that added argument name support in SQL-language functions
missed updating a parenthetical comment about that in the CREATE FUNCTION
reference page.  Noted by Erwin Brandstetter.

doc/src/sgml/ref/create_function.sgml

index 4336e4b218231a48d2e3501d7ca23febcad14eec..286e8f0f1498ac6d8e788d5cc5605f01039ce0bb 100644 (file)
@@ -134,8 +134,9 @@ CREATE [ OR REPLACE ] FUNCTION
 
      <listitem>
       <para>
-       The name of an argument. Some languages (currently only PL/pgSQL) let
-       you use the name in the function body.  For other languages the
+       The name of an argument. Some languages (currently only 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
        when calling a function to improve readability (see <xref