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

Commit 5e544e4

Browse files
committed
Fix SGML spacing.
1 parent 184ba4d commit 5e544e4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

doc/src/sgml/func.sgml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -5102,8 +5102,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
51025102
<row>
51035103
<entry><literal><function>date_trunc</function>(<type>text</type>, <type>timestamp</type>)</literal></entry>
51045104
<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">
51075106
</entry>
51085107
<entry><literal>date_trunc('hour', timestamp '2001-02-16 20:38:40')</literal></entry>
51095108
<entry><literal>2001-02-16 20:00:00</literal></entry>
@@ -5167,8 +5166,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
51675166
<entry><literal><function>now</function>()</literal></entry>
51685167
<entry><type>timestamp with time zone</type></entry>
51695168
<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">
51725170
</entry>
51735171
<entry></entry>
51745172
<entry></entry>
@@ -5177,8 +5175,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
51775175
<row>
51785176
<entry><literal><function>timeofday</function>()</literal></entry>
51795177
<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">
51825179
</entry>
51835180
<entry></entry>
51845181
<entry></entry>

0 commit comments

Comments
 (0)