mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
doc: remove extra whitespace in SGML markup
This commit is contained in:
parent
5024044a20
commit
19026aadd8
@ -6944,7 +6944,7 @@ SELECT (DATE '2001-10-30', DATE '2001-10-30') OVERLAPS
|
|||||||
time zone that recognizes DST), this means <literal>interval '1 day'</literal>
|
time zone that recognizes DST), this means <literal>interval '1 day'</literal>
|
||||||
does not necessarily equal <literal>interval '24 hours'</literal>.
|
does not necessarily equal <literal>interval '24 hours'</literal>.
|
||||||
For example, with the session time zone set to <literal>CST7CDT</literal>,
|
For example, with the session time zone set to <literal>CST7CDT</literal>,
|
||||||
<literal>timestamp with time zone '2005-04-02 12:00-07' + interval '1 day' </literal>
|
<literal>timestamp with time zone '2005-04-02 12:00-07' + interval '1 day'</literal>
|
||||||
will produce <literal>timestamp with time zone '2005-04-03 12:00-06'</literal>,
|
will produce <literal>timestamp with time zone '2005-04-03 12:00-06'</literal>,
|
||||||
while adding <literal>interval '24 hours'</literal> to the same initial
|
while adding <literal>interval '24 hours'</literal> to the same initial
|
||||||
<type>timestamp with time zone</type> produces
|
<type>timestamp with time zone</type> produces
|
||||||
|
Loading…
Reference in New Issue
Block a user