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

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

Commit: 9a9b87191a32fb97dbd9cad6d9a8a43a9fc31c16
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-03-17T19:05:17Z
Releases: 9.6.18
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 +17 −4

Documentation touched