Commit fe0b2c12 authored by Andrew Dunstan's avatar Andrew Dunstan

Tweak wording on VARIADIC array doc patch.

Per suggestion from Tom Lane.
parent 5e74a427
...@@ -12485,7 +12485,7 @@ SELECT setval('foo', 42, false); <lineannotation>Next <function>nextval</func ...@@ -12485,7 +12485,7 @@ SELECT setval('foo', 42, false); <lineannotation>Next <function>nextval</func
<para> <para>
Although <token>COALESCE</token>, <token>GREATEST</token>, and Although <token>COALESCE</token>, <token>GREATEST</token>, and
<token>LEAST</token> are syntactically similar to functions, they are <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. <token>VARIADIC</token> array arguments.
</para> </para>
</note> </note>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment