8000 Update CREATE FUNCTION documentation about argument names · sqlparser/postgres@98be2b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98be2b5

Browse files
committed
Update CREATE FUNCTION documentation about argument names
More languages than PL/pgSQL actually support parameter names.
1 parent a335531 commit 98be2b5

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
@@ -119,7 +119,7 @@ CREATE [ OR REPLACE ] FUNCTION
119119

120120
<listitem>
121121
<para>
122-
The name of an argument. Some languages (currently only PL/pgSQL) let
122+
The name of an argument. Some languages (including PL/pgSQL, but currently not SQL) let
123123
you use the name in the function body. For other languages the
124124
name of an input argument is just extra documentation. But the name
125125
of an output argument is significant, since it defines the column

0 commit comments

Comments
 (0)
0