From: Bruce Momjian Date: Sat, 8 Mar 2014 22:08:01 +0000 (-0500) Subject: doc: remove extra whitespace in SGML markup X-Git-Tag: REL9_4_BETA1~358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19026aadd82a18f86252415c9d2adeeaa1377b7d;p=postgresql doc: remove extra whitespace in SGML markup --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b1ea46677c..080da43459 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -6944,7 +6944,7 @@ SELECT (DATE '2001-10-30', DATE '2001-10-30') OVERLAPS time zone that recognizes DST), this means interval '1 day' does not necessarily equal interval '24 hours'. For example, with the session time zone set to CST7CDT, - timestamp with time zone '2005-04-02 12:00-07' + interval '1 day' + timestamp with time zone '2005-04-02 12:00-07' + interval '1 day' will produce timestamp with time zone '2005-04-03 12:00-06', while adding interval '24 hours' to the same initial timestamp with time zone produces