Clarify type resolution behavior for domain types.

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

Commit: f8ab54b7ecc73d05dec3a6a620adc924b5e5ca3f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-08-10T20:13:29Z
Releases: 9.0.19
Clarify type resolution behavior for domain types.

The user documentation was vague and not entirely accurate about how
we treat domain inputs for ambiguous operators/functions.  Clarify
that, and add an example and some commentary.  Per a recent question
from Adam Mackler.

It's acted like this ever since we added domains, so back-patch
to all supported branches.

Files

PathChange+/−
doc/src/sgml/typeconv.sgml modified +88 −13