From 73c103dfa7970ea6e83a497b6d72af6f2df566a1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 19 Jun 2013 22:25:13 -0400 Subject: [PATCH] Further update CREATE FUNCTION documentation about argument names More languages than SQL and PL/pgSQL actually support parameter names. --- doc/src/sgml/ref/create_function.sgml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 286e8f0f14..f42bd48966 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 - 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 -- 2.40.0