Docs: add another example of creating a range type.

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

Commit: 27fddec197857db4d54db50a63f311bb0ed7b6fd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-10-02T16:20:01Z
Releases: 9.6.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

Documentation touched