From c78f3039f2a4342dff7e599e06bdb0e94d3e64b7 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 25 Oct 2005 15:47:51 +0000 Subject: [PATCH] Small grammar correction. --- doc/src/sgml/func.sgml | 9 +++++---- 1 file 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 @@ @@ -5423,9 +5423,10 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); - If you are using both justify_hours and justify_days, - it is best to use justify_hours first so any additional days will - justified by justify_days. + If you are using both justify_hours and + justify_days, it is best to use justify_hours + first so any additional days will be included in the + justify_days calculation.