diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-28 14:34:42 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-28 14:34:42 -0500 |
commit | b2826ad52d72195317a13c2074a5cd002c98a338 (patch) | |
tree | 8ba75544728c028b71f1a7686f85c15659c60eae /doc/src | |
parent | 20a0f97273e765598420b261685764b40810c812 (diff) | |
download | postgresql-b2826ad52d72195317a13c2074a5cd002c98a338.tar.gz postgresql-b2826ad52d72195317a13c2074a5cd002c98a338.zip |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/seg.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/seg.sgml b/doc/src/sgml/seg.sgml index 5d5e8f7789e..ff033f1a906 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"; <para> 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 center point plus or minus a deviation. Optional certainty indicators (<literal><</literal>, - <literal>></literal> and <literal>~</literal>) can be stored as well. + <literal>></literal> or <literal>~</literal>) can be stored as well. (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 examples. </para> |