]> granicus.if.org Git - postgresql/commit
Improve documentation about array concat operator vs. underlying functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Jul 2015 22:50:31 +0000 (18:50 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Jul 2015 22:50:31 +0000 (18:50 -0400)
commit0a9b0428f03379931aa6c1866526a975ae2d59b2
treea75e983a6e765510e761fda3669d782e3b7b6d8b
parent9c39d7ae0871adfa377c37c208957889d5d3307c
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