We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5024044 commit 19026aaCopy full SHA for 19026aa
doc/src/sgml/func.sgml
@@ -6944,7 +6944,7 @@ SELECT (DATE '2001-10-30', DATE '2001-10-30') OVERLAPS
6944
time zone that recognizes DST), this means <literal>interval '1 day'</literal>
6945
does not necessarily equal <literal>interval '24 hours'</literal>.
6946
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>
+ <literal>timestamp with time zone '2005-04-02 12:00-07' + interval '1 day'</literal>
6948
will produce <literal>timestamp with time zone '2005-04-03 12:00-06'</literal>,
6949
while adding <literal>interval '24 hours'</literal> to the same initial
6950
<type>timestamp with time zone</type> produces
0 commit comments