From: Bruce Momjian Date: Fri, 25 Jan 2002 02:39:28 +0000 (+0000) Subject: Fix +/- mixup pointed out by Rod Taylor. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3610b4047427741daeb3663fcb5e4eb7cf45e2a9;p=users%2Fbernd%2Fpostgres.git Fix +/- mixup pointed out by Rod Taylor. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 3dfc79b5dc..76a8de5587 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -2554,13 +2554,13 @@ PostgreSQL documentation - - date '2001-09-28' + interval '1 hour' + date '2001-09-28' - interval '1 hour' timestamp '2001-09-27 23:00' - - time '05:00' + interval '2 hours' + time '05:00' - interval '2 hours' time '03:00'