diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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); <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> |