Docs: add another example of creating a range type.

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

Commit: 1dc6f557e7020269436cbf8a66e68bc6e66def0c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-10-02T16:20:08Z
Releases: 9.5.0
Docs: add another example of creating a range type.

The "floatrange" example is a bit too simple because float8mi can be
used without any additional type conversion.  Add an example that does
have to account for that, and do some minor other wordsmithing.

Files

PathChange+/−
doc/src/sgml/rangetypes.sgml modified +35 −18