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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: clarify behavior of "anyrange" pseudo-type.
Date: 2020-03-17 19:05:36
Message-ID: E1jEHWy-0000hP-Fp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9a9b87191a32fb97dbd9cad6d9a8a43a9fc31c16

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-03-17 19:22:17 pgsql: Fix consistency issues with replication slot copy
Previous Message Tom Lane 2020-03-17 18:55:02 pgsql: Remove bogus assertion about polymorphic SQL function result.