From 27e9e86f6d2268d53555bc9474154f5286c64073 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 19 Jun 2013 22:31:42 -0400 Subject: [PATCH] Update CREATE FUNCTION documentation about argument names More languages than PL/pgSQL actually support parameter names. --- doc/src/sgml/ref/create_function.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index a617f96542..1871203e14 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 - 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 -- 2.40.0