From: Tom Lane Date: Fri, 28 Jan 2011 19:34:42 +0000 (-0500) Subject: Copy-edit a paragraph in the contrib/seg documentation. X-Git-Tag: REL9_1_ALPHA4~332 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2826ad52d72195317a13c2074a5cd002c98a338;p=postgresql 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. --- diff --git a/doc/src/sgml/seg.sgml b/doc/src/sgml/seg.sgml index 5d5e8f7789..ff033f1a90 100644 --- a/doc/src/sgml/seg.sgml +++ b/doc/src/sgml/seg.sgml @@ -80,13 +80,13 @@ test=> select '6.25 .. 6.50'::seg as "pH"; The external representation of an interval is formed using one or two - floating point numbers joined by the range operator (.. + floating-point numbers joined by the range operator (.. or ...). Alternatively, it can be specified as a center point plus or minus a deviation. Optional certainty indicators (<, - > and ~) can be stored as well. + > or ~) can be stored as well. (Certainty indicators are ignored by all the built-in operators, however.) - gives on overview over the allowed + gives an overview of allowed representations; shows some examples.