aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-06-19 22:25:13 -0400
committerPeter Eisentraut <peter_e@gmx.net>2013-06-19 22:29:24 -0400
commitb3b2ea4ad799f5b0e9e0711d23a884102f2d9a66 (patch)
treeb79ae7f161010c672420adf20bc678c4d4400c10
parent75555da10bbf9b8d7e4c8f509255331a7e20865b (diff)
downloadpostgresql-b3b2ea4ad799f5b0e9e0711d23a884102f2d9a66.tar.gz
postgresql-b3b2ea4ad799f5b0e9e0711d23a884102f2d9a66.zip
Further update CREATE FUNCTION documentation about argument names
More languages than SQL and PL/pgSQL actually support parameter names.
-rw-r--r--doc/src/sgml/ref/create_function.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml
index a87b1a114c8..a679a853a99 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -134,8 +134,7 @@ CREATE [ OR REPLACE ] FUNCTION
<listitem>
<para>
- The name of an argument. Some languages (currently only SQL and
- PL/pgSQL)
+ The name of an argument. Some languages (including SQL and PL/pgSQL)
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