pgsql: Doc: improve example for intarray's uniq() function.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: improve example for intarray's uniq() function.
Дата
Msg-id E1nxBW6-002Xrd-LP@gemulon.postgresql.org
обсуждение исходный текст
Список 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c1ad8047a2c22f841e4e3df39696febeb7167e6c

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: improve example for intarray's uniq() function.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve psql \?'s description of large-object-related commands.