Обсуждение: pgsql: Doc: clarify behavior of "anyrange" pseudo-type.

Поиск
Список
Период
Сортировка

pgsql: Doc: clarify behavior of "anyrange" pseudo-type.

От
Tom Lane
Дата:
Doc: clarify behavior of "anyrange" pseudo-type.

I noticed that we completely failed to document the restriction
that an "anyrange" result type has to be inferred from an "anyrange"
input.  The docs also were less clear than they could be about the
relationship between "anyrange" and "anyarray".

It's been like this all along, so back-patch.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3c871d1ead20e6744403e2180d704dd09fd8c2d6

Modified Files
--------------
doc/src/sgml/extend.sgml | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)