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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bcd460003a722fb421a911309d2f5a7316862084
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-03-17T19:05:17Z
Releases: 12.3
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.

Files

PathChange+/−
doc/src/sgml/extend.sgml modified +16 −3

Documentation touched