aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-10-25 15:47:51 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-10-25 15:47:51 +0000
commitc78f3039f2a4342dff7e599e06bdb0e94d3e64b7 (patch)
treeefd939737563ca7d1a17b34c1c2b55289486cfed
parent25777f6fd312b3f3e32edb921d79e3d8c7b499a6 (diff)
downloadpostgresql-c78f3039f2a4342dff7e599e06bdb0e94d3e64b7.tar.gz
postgresql-c78f3039f2a4342dff7e599e06bdb0e94d3e64b7.zip
Small grammar correction.
-rw-r--r--doc/src/sgml/func.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 4ef1696c8c9..5c3932dac90 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.288 2005/10/18 20:38:57 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.289 2005/10/25 15:47:51 tgl Exp $
PostgreSQL documentation
-->
@@ -5423,9 +5423,10 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
</table>
<para>
- If you are using both <function>justify_hours</> and <function>justify_days</>,
- it is best to use <function>justify_hours</> first so any additional days will
- justified by <function>justify_days</>.
+ If you are using both <function>justify_hours</> and
+ <function>justify_days</>, it is best to use <function>justify_hours</>
+ first so any additional days will be included in the
+ <function>justify_days</> calculation.
</para>
<para>