pgsql: Docs: add another example of creating a range type. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Docs: add another example of creating a range type.
Date
Msg-id E1Zi34H-0006r3-5n@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/27fddec197857db4d54db50a63f311bb0ed7b6fd

Modified Files
--------------
doc/src/sgml/rangetypes.sgml |   53 ++++++++++++++++++++++++++++--------------
1 file changed, 35 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Docs: add another example of creating a range type.
Next
From: Tom Lane
Date:
Subject: pgsql: Docs: add disclaimer about hazards of using regexps from untrust