From: Andrew Dunstan Date: Mon, 11 Mar 2019 22:23:01 +0000 (-0400) Subject: Tweak wording on VARIADIC array doc patch. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=fe0b2c12c992fa44ca0448bde9099957306c843f;p=users%2Frhaas%2Fpostgres.git Tweak wording on VARIADIC array doc patch. Per suggestion from Tom Lane. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 7fbcdfeae5..afd1c433b4 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12485,7 +12485,7 @@ SELECT setval('foo', 42, false); Next nextval Although COALESCE, GREATEST, and LEAST are syntactically similar to functions, they are - not strictly functions, and thus cannot be used with explicit + not ordinary functions, and thus cannot be used with explicit VARIADIC array arguments.