mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 23:05:04 -04:00
Tweak wording on VARIADIC array doc patch.
Per suggestion from Tom Lane.
This commit is contained in:
parent
5e74a42785
commit
fe0b2c12c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue