git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 45811be) | patch
Improve documentation about array concat operator vs. underlying functions.
Thu, 9 Jul 2015 22:50:31 +0000 (18:50 -0400)
Thu, 9 Jul 2015 22:50:31 +0000 (18:50 -0400)
commit e4f29ce32391525629c75aade86f2f939956c69c
Improve documentation about array concat operator vs. underlying functions.

The documentation implied that there was seldom any reason to use the
array_append, array_prepend, and array_cat functions directly. But that's
not really true, because they can help make it clear which case is meant,
which the || operator can't do since it's overloaded to represent all three
cases. Add some discussion and examples illustrating the potentially
confusing behavior that can ensue if the parser misinterprets what was
meant.

Per a complaint from Michael Herold. Back-patch to 9.2, which is where ||
started to behave this way.
doc/src/sgml/array.sgml diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /