Skip to content
Snippets Groups Projects
Commit 4f1490c7 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Update CREATE FUNCTION documentation about argument names

More languages than PL/pgSQL actually support parameter names.
parent 4228bde2
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ CREATE [ OR REPLACE ] FUNCTION ...@@ -129,7 +129,7 @@ CREATE [ OR REPLACE ] FUNCTION
<listitem> <listitem>
<para> <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 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment