Skip to content
Snippets Groups Projects
Commit c78f3039 authored by Tom Lane's avatar Tom Lane
Browse files

Small grammar correction.

parent 25777f6f
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -5423,9 +5423,10 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); ...@@ -5423,9 +5423,10 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
</table> </table>
<para> <para>
If you are using both <function>justify_hours</> and <function>justify_days</>, If you are using both <function>justify_hours</> and
it is best to use <function>justify_hours</> first so any additional days will <function>justify_days</>, it is best to use <function>justify_hours</>
justified by <function>justify_days</>. first so any additional days will be included in the
<function>justify_days</> calculation.
</para> </para>
<para> <para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment