Skip to content

Commit 27e9e86

Browse files
committed
Update CREATE FUNCTION documentation about argument names
More languages than PL/pgSQL actually support parameter names.
1 parent be039d4 commit 27e9e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_function.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CREATE [ OR REPLACE ] FUNCTION
129129

130130
<listitem>
131131
<para>
132-
The name of an argument. Some languages (currently only PL/pgSQL) let
132+
The name of an argument. Some languages (including PL/pgSQL, but currently not SQL) let
133133
you use the name in the function body. For other languages the
134134
name of an input argument is just extra documentation, so far as
135135
the function itself is concerned; but you can use input argument names

0 commit comments

Comments
 (0)