|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.288 2005/10/18 20:38:57 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.289 2005/10/25 15:47:51 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -5423,9 +5423,10 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
5423 | 5423 | </table>
|
5424 | 5424 |
|
5425 | 5425 | <para>
|
5426 |
| - If you are using both <function>justify_hours</> and <function>justify_days</>, |
5427 |
| - it is best to use <function>justify_hours</> first so any additional days will |
5428 |
| - justified by <function>justify_days</>. |
| 5426 | + If you are using both <function>justify_hours</> and |
| 5427 | + <function>justify_days</>, it is best to use <function>justify_hours</> |
| 5428 | + first so any additional days will be included in the |
| 5429 | + <function>justify_days</> calculation. |
5429 | 5430 | </para>
|
5430 | 5431 |
|
5431 | 5432 | <para>
|
|