From: Tom Lane Date: Tue, 25 Oct 2005 15:47:51 +0000 (+0000) Subject: Small grammar correction. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6ec003613482f84eb617c69aaa16a676c4cde1f1;p=users%2Fbernd%2Fpostgres.git Small grammar correction. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 2ccc224854..09b7b6ed84 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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.