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

From Tom Lane
Subject pgsql: Doc: clarify behavior of "anyrange" pseudo-type.
Date
Msg-id E1jEHWy-0000hJ-Ew@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/974c8ea0afe35a55c1b9ffb9f2090058b9f356dd

Modified Files
--------------
doc/src/sgml/extend.sgml | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove bogus assertion about polymorphic SQL function result.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix consistency issues with replication slot copy