Further update CREATE FUNCTION documentation about argument names

More languages than SQL and PL/pgSQL actually support parameter names.
pull/6/head
Peter Eisentraut 13 years ago
parent 8df54b9fad
commit 4c54e87a86
  1. 3
      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

Loading…
Cancel
Save