|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.310 2006/03/06 22:49:15 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.311 2006/03/06 22:54:14 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -5451,7 +5451,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
5451 | 5451 | <row>
|
5452 | 5452 | <entry><literal><function>justify_interval</function>(<type>interval</type>)</literal></entry>
|
5453 | 5453 | <entry><type>interval</type></entry>
|
5454 |
| - <entry>Adjust interval using <function>justify_days</> and <function>justify_hours</>, with additional sign adjustments</></entry> |
| 5454 | + <entry>Adjust interval using <function>justify_days</> and <function>justify_hours</>, with additional sign adjustments</entry> |
5455 | 5455 | <entry><literal>justify_interval(interval '1 mon -1 hour')</literal></entry>
|
5456 | 5456 | <entry><literal>29 days 23:00:00</literal></entry>
|
5457 | 5457 | </row>
|
|