Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 135fe18

Browse files
committed
SGML typo fix.
1 parent d694bd8 commit 135fe18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -5451,7 +5451,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
54515451
<row>
54525452
<entry><literal><function>justify_interval</function>(<type>interval</type>)</literal></entry>
54535453
<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>
54555455
<entry><literal>justify_interval(interval '1 mon -1 hour')</literal></entry>
54565456
<entry><literal>29 days 23:00:00</literal></entry>
54575457
</row>

0 commit comments

Comments
 (0)