mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 06:37:06 -04:00
Update CREATE FUNCTION documentation about argument names
More languages than PL/pgSQL actually support parameter names.
This commit is contained in:
parent
4228bde2e0
commit
4f1490c786
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ CREATE [ OR REPLACE ] FUNCTION
|
|||
|
||||
<listitem>
|
||||
<para>
|
||||
The name of an argument. Some languages (currently only PL/pgSQL) let
|
||||
The name of an argument. Some languages (including PL/pgSQL, but currently not SQL) 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue