Further update CREATE FUNCTION documentation about argument names
More languages than SQL and PL/pgSQL actually support parameter names.
This commit is contained in:
parent
75555da10b
commit
b3b2ea4ad7
@ -134,8 +134,7 @@ CREATE [ OR REPLACE ] FUNCTION
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The name of an argument. Some languages (currently only SQL and
|
The name of an argument. Some languages (including SQL and PL/pgSQL)
|
||||||
PL/pgSQL)
|
|
||||||
let you use the name in the function body. For other languages the
|
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
|
name of an input argument is just extra documentation, so far as
|
||||||
the function itself is concerned; but you can use input argument names
|
the function itself is concerned; but you can use input argument names
|
||||||
|
Loading…
x
Reference in New Issue
Block a user