summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-06-19 22:31:42 -0400
committerPeter Eisentraut <peter_e@gmx.net>2013-06-19 22:33:07 -0400
commit4f1490c78619556aa8771ab36576faedcb559680 (patch)
tree35165483c4a9411a58c5ca897593947baccc45ce /doc/src
parent4228bde2e0b51e680c4dcfee21e95c7c6b9b3a3a (diff)
Update CREATE FUNCTION documentation about argument names
More languages than PL/pgSQL actually support parameter names.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_function.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml
index 06df45ab967..928c3c4249b 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -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