mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
SGML typo fix.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.310 2006/03/06 22:49:15 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.311 2006/03/06 22:54:14 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -5451,7 +5451,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
|||||||
<row>
|
<row>
|
||||||
<entry><literal><function>justify_interval</function>(<type>interval</type>)</literal></entry>
|
<entry><literal><function>justify_interval</function>(<type>interval</type>)</literal></entry>
|
||||||
<entry><type>interval</type></entry>
|
<entry><type>interval</type></entry>
|
||||||
<entry>Adjust interval using <function>justify_days</> and <function>justify_hours</>, with additional sign adjustments</></entry>
|
<entry>Adjust interval using <function>justify_days</> and <function>justify_hours</>, with additional sign adjustments</entry>
|
||||||
<entry><literal>justify_interval(interval '1 mon -1 hour')</literal></entry>
|
<entry><literal>justify_interval(interval '1 mon -1 hour')</literal></entry>
|
||||||
<entry><literal>29 days 23:00:00</literal></entry>
|
<entry><literal>29 days 23:00:00</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
|
Reference in New Issue
Block a user