pgsql: Docs: add another example of creating a range type.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Docs: add another example of creating a range type.
Date: 2015-10-02 16:20:21
Message-ID: E1Zi34H-0006r4-5s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1dc6f557e7020269436cbf8a66e68bc6e66def0c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-10-02 17:31:03 pgsql: Docs: add disclaimer about hazards of using regexps from untrust
Previous Message Alvaro Herrera 2015-10-02 15:49:35 pgsql: Don't disable commit_ts in standby if enabled locally