diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-03-08 17:08:01 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-03-08 17:08:01 -0500 |
commit | 19026aadd82a18f86252415c9d2adeeaa1377b7d (patch) | |
tree | f32d14b811b35bb6e7a5fbf5d6d9fc93e3db982e /doc/src | |
parent | 5024044a204ea4158c9223b28a31f60afc1e759f (diff) | |
download | postgresql-19026aadd82a18f86252415c9d2adeeaa1377b7d.tar.gz postgresql-19026aadd82a18f86252415c9d2adeeaa1377b7d.zip |
doc: remove extra whitespace in SGML markup
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b1ea46677c1..080da434591 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 <literal>interval '1 day'</literal> does not necessarily equal <literal>interval '24 hours'</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>, while adding <literal>interval '24 hours'</literal> to the same initial <type>timestamp with time zone</type> produces |