1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.265 2005/07/14 06:17:35 neilc Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.266 2005/07/15 19:02:12 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -5102,8 +5102,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
5102
5102
<row>
5103
5103
<entry><literal><function>date_trunc</function>(<type>text</type>, <type>timestamp</type>)</literal></entry>
5104
5104
<entry><type>timestamp</type></entry>
5105
- <entry>Truncate to specified precision; see also <xref
5106
- linkend="functions-datetime-trunc">
5105
+ <entry>Truncate to specified precision; see also <xref linkend="functions-datetime-trunc">
5107
5106
</entry>
5108
5107
<entry><literal>date_trunc('hour', timestamp '2001-02-16 20:38:40')</literal></entry>
5109
5108
<entry><literal>2001-02-16 20:00:00</literal></entry>
@@ -5167,8 +5166,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
5167
5166
<entry><literal><function>now</function>()</literal></entry>
5168
5167
<entry><type>timestamp with time zone</type></entry>
5169
5168
<entry>Current date and time (equivalent to
5170
- <function>current_timestamp</function>); see <xref
5171
- linkend="functions-datetime-current">
5169
+ <function>current_timestamp</function>); see <xref linkend="functions-datetime-current">
5172
5170
</entry>
5173
5171
<entry></entry>
5174
5172
<entry></entry>
@@ -5177,8 +5175,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
5177
5175
<row>
5178
5176
<entry><literal><function>timeofday</function>()</literal></entry>
5179
5177
<entry><type>text</type></entry>
5180
- <entry>Current date and time; see <xref
5181
- linkend="functions-datetime-current">
5178
+ <entry>Current date and time; see <xref linkend="functions-datetime-current">
5182
5179
</entry>
5183
5180
<entry></entry>
5184
5181
<entry></entry>
0 commit comments