mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Update CREATE FUNCTION documentation about argument names
More languages than PL/pgSQL actually support parameter names.
This commit is contained in:
parent
a335531ea4
commit
98be2b5611
|
|
@ -119,7 +119,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. But the name
|
||||
of an output argument is significant, since it defines the column
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user