pgsql: Doc: improve example for intarray's uniq() function. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: improve example for intarray's uniq() function.
Date
Msg-id E1nxBW6-002Xrg-Lv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: improve example for intarray's uniq() function.

The previous entry invited confusion between what uniq() does
by itself and what it does when combined with sort().  The latter
usage is pretty useful so we should show it, but add an additional
example to clarify the results of uniq() alone.

Per suggestion from Martin Kalcher.  Back-patch to v13, where
we switched to formatting that supports multiple examples.

Discussion: https://postgr.es/m/165407884456.573551.8779012279828726162@wrigleys.postgresql.org

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9985139046c3aad4214cdd490e7bcdfefc9290d3

Modified Files
--------------
doc/src/sgml/intarray.sgml | 5 +++++
1 file changed, 5 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: improve example for intarray's uniq() function.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve psql \?'s description of large-object-related commands.