summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
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:31:42 -0400
commit27e9e86f6d2268d53555bc9474154f5286c64073 (patch)
treeb19af3a3991bf49ab5db4968bd8b1554184cb20e /doc/src/sgml/ref/create_function.sgml
parentbe039d4b29be88a7f8b57d6353c81bced54d1b83 (diff)
Update CREATE FUNCTION documentation about argument names
More languages than PL/pgSQL actually support parameter names.
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
-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 a617f965427..1871203e14d 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