projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e74a42
)
Tweak wording on VARIADIC array doc patch.
author
Andrew Dunstan
<
[email protected]
>
Mon, 11 Mar 2019 22:23:01 +0000
(18:23 -0400)
committer
Andrew Dunstan
<
[email protected]
>
Mon, 11 Mar 2019 22:23:01 +0000
(18:23 -0400)
Per suggestion from Tom Lane.
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 7fbcdfeae56ba3b70229005281372b43575846f7..afd1c433b4d136a0b07190179acf4de6b25a75c8 100644
(file)
--- 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
strictl
y functions, and thus cannot be used with explicit
+ not
ordinar
y functions, and thus cannot be used with explicit
<token>VARIADIC</token> array arguments.
</para>
</note>