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

Commit 19026aa

Browse files
committed
doc: remove extra whitespace in SGML markup
1 parent 5024044 commit 19026aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6944,7 +6944,7 @@ SELECT (DATE '2001-10-30', DATE '2001-10-30') OVERLAPS
69446944
time zone that recognizes DST), this means <literal>interval '1 day'</literal>
69456945
does not necessarily equal <literal>interval '24 hours'</literal>.
69466946
For example, with the session time zone set to <literal>CST7CDT</literal>,
6947-
<literal>timestamp with time zone '2005-04-02 12:00-07' + interval '1 day' </literal>
6947+
<literal>timestamp with time zone '2005-04-02 12:00-07' + interval '1 day'</literal>
69486948
will produce <literal>timestamp with time zone '2005-04-03 12:00-06'</literal>,
69496949
while adding <literal>interval '24 hours'</literal> to the same initial
69506950
<type>timestamp with time zone</type> produces

0 commit comments

Comments
 (0)