Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4c54e87

Browse files
committed
Further update CREATE FUNCTION documentation about argument names
More languages than SQL and PL/pgSQL actually support parameter names.
1 parent 8df54b9 commit 4c54e87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/sgml/ref/create_function.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ CREATE [ OR REPLACE ] FUNCTION
134134

135135
<listitem>
136136
<para>
137-
The name of an argument. Some languages (currently only SQL and
138-
PL/pgSQL)
137+
The name of an argument. Some languages (including SQL and PL/pgSQL)
139138
let you use the name in the function body. For other languages the
140139
name of an input argument is just extra documentation, so far as
141140
the function itself is concerned; but you can use input argument names

0 commit comments

Comments
 (0)