projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8df54b9
)
Further update CREATE FUNCTION documentation about argument names
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 20 Jun 2013 02:25:13 +0000
(22:25 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 20 Jun 2013 02:29:13 +0000
(22:29 -0400)
More languages than SQL and PL/pgSQL actually support parameter names.
doc/src/sgml/ref/create_function.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_function.sgml
b/doc/src/sgml/ref/create_function.sgml
index a87b1a114c8ba2be8821e766309f3ee2399ae7aa..a679a853a99de61076df7bd20e056795c63c03a4 100644
(file)
--- 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