From fe0b2c12c992fa44ca0448bde9099957306c843f Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Mon, 11 Mar 2019 18:23:01 -0400 Subject: [PATCH] Tweak wording on VARIADIC array doc patch. Per suggestion from Tom Lane. --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 7fbcdfeae56..afd1c433b4d 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.