Tweak wording on VARIADIC array doc patch.
authorAndrew Dunstan <[email protected]>
Mon, 11 Mar 2019 22:23:01 +0000 (18:23 -0400)
committerAndrew Dunstan <[email protected]>
Mon, 11 Mar 2019 22:23:01 +0000 (18:23 -0400)
Per suggestion from Tom Lane.

doc/src/sgml/func.sgml

index 7fbcdfeae56ba3b70229005281372b43575846f7..afd1c433b4d136a0b07190179acf4de6b25a75c8 100644 (file)
@@ -12485,7 +12485,7 @@ SELECT setval('foo', 42, false);    <lineannotation>Next <function>nextval</func
     <para>
      Although <token>COALESCE</token>, <token>GREATEST</token>, and
      <token>LEAST</token> 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
      <token>VARIADIC</token> array arguments.
     </para>
    </note>