1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix SGML spacing.

This commit is contained in:
Bruce Momjian
2005-07-15 19:02:12 +00:00
parent 184ba4d5ed
commit 5e544e4eb7

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.265 2005/07/14 06:17:35 neilc Exp $ $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.266 2005/07/15 19:02:12 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -5102,8 +5102,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
<row> <row>
<entry><literal><function>date_trunc</function>(<type>text</type>, <type>timestamp</type>)</literal></entry> <entry><literal><function>date_trunc</function>(<type>text</type>, <type>timestamp</type>)</literal></entry>
<entry><type>timestamp</type></entry> <entry><type>timestamp</type></entry>
<entry>Truncate to specified precision; see also <xref <entry>Truncate to specified precision; see also <xref linkend="functions-datetime-trunc">
linkend="functions-datetime-trunc">
</entry> </entry>
<entry><literal>date_trunc('hour', timestamp '2001-02-16 20:38:40')</literal></entry> <entry><literal>date_trunc('hour', timestamp '2001-02-16 20:38:40')</literal></entry>
<entry><literal>2001-02-16 20:00:00</literal></entry> <entry><literal>2001-02-16 20:00:00</literal></entry>
@ -5167,8 +5166,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
<entry><literal><function>now</function>()</literal></entry> <entry><literal><function>now</function>()</literal></entry>
<entry><type>timestamp with time zone</type></entry> <entry><type>timestamp with time zone</type></entry>
<entry>Current date and time (equivalent to <entry>Current date and time (equivalent to
<function>current_timestamp</function>); see <xref <function>current_timestamp</function>); see <xref linkend="functions-datetime-current">
linkend="functions-datetime-current">
</entry> </entry>
<entry></entry> <entry></entry>
<entry></entry> <entry></entry>
@ -5177,8 +5175,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
<row> <row>
<entry><literal><function>timeofday</function>()</literal></entry> <entry><literal><function>timeofday</function>()</literal></entry>
<entry><type>text</type></entry> <entry><type>text</type></entry>
<entry>Current date and time; see <xref <entry>Current date and time; see <xref linkend="functions-datetime-current">
linkend="functions-datetime-current">
</entry> </entry>
<entry></entry> <entry></entry>
<entry></entry> <entry></entry>