From: Bruce Momjian Date: Fri, 25 Jan 2002 02:39:28 +0000 (+0000) Subject: Fix +/- mixup pointed out by Rod Taylor. X-Git-Tag: REL7_2~29 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=38c971f4965c3cdee0341e47a074d8e71b3182d8;p=users%2Fc2main%2Fpostgres.git Fix +/- mixup pointed out by Rod Taylor. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 354f73643a..aa1b02906e 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -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'