Commit b2826ad5 authored by Tom Lane's avatar Tom Lane

Copy-edit a paragraph in the contrib/seg documentation.

Although this improves the style, an ulterior motive is to keep the two
table links from breaking across lines in PDF output, per complaint from
Josh Kupershmidt.
parent 20a0f972
...@@ -80,13 +80,13 @@ test=> select '6.25 .. 6.50'::seg as "pH"; ...@@ -80,13 +80,13 @@ test=> select '6.25 .. 6.50'::seg as "pH";
<para> <para>
The external representation of an interval is formed using one or two The external representation of an interval is formed using one or two
floating point numbers joined by the range operator (<literal>..</literal> floating-point numbers joined by the range operator (<literal>..</literal>
or <literal>...</literal>). Alternatively, it can be specified as a or <literal>...</literal>). Alternatively, it can be specified as a
center point plus or minus a deviation. center point plus or minus a deviation.
Optional certainty indicators (<literal>&lt;</literal>, Optional certainty indicators (<literal>&lt;</literal>,
<literal>&gt;</literal> and <literal>~</literal>) can be stored as well. <literal>&gt;</literal> or <literal>~</literal>) can be stored as well.
(Certainty indicators are ignored by all the built-in operators, however.) (Certainty indicators are ignored by all the built-in operators, however.)
<xref linkend="seg-repr-table"> gives on overview over the allowed <xref linkend="seg-repr-table"> gives an overview of allowed
representations; <xref linkend="seg-input-examples"> shows some representations; <xref linkend="seg-input-examples"> shows some
examples. examples.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment