summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2013-06-20 02:31:42 +0000
committerPeter Eisentraut2013-06-20 02:33:50 +0000
commit98be2b5611d79cf6dcab052913dbec07f9c085b0 (patch)
tree05efb519fda48585ee5e155f514bfbdb195fe5e9
parenta335531ea4048db876ed1f66698a72f8c5c3eaee (diff)
Update CREATE FUNCTION documentation about argument names
More languages than PL/pgSQL actually support parameter names.
-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 e0f89ec2c89..ebdcd8b01b8 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -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