From: Bruce Momjian Date: Fri, 15 Jul 2005 19:02:12 +0000 (+0000) Subject: Fix SGML spacing. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=0225a77c1239258a8b6bdafc806ae43c1ca3f266;p=users%2Fbernd%2Fpostgres.git Fix SGML spacing. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 3d1359eba5..39a219823c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -5102,8 +5102,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); date_trunc(text, timestamp) timestamp - Truncate to specified precision; see also + Truncate to specified precision; see also date_trunc('hour', timestamp '2001-02-16 20:38:40') 2001-02-16 20:00:00 @@ -5167,8 +5166,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); now() timestamp with time zone Current date and time (equivalent to - current_timestamp); see + current_timestamp); see @@ -5177,8 +5175,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); timeofday() text - Current date and time; see + Current date and time; see