From: Bruce Momjian Date: Wed, 21 Dec 2005 23:23:09 +0000 (+0000) Subject: Add documentation example of using interval multiplication with 'days'. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=629841318394df349318ea4645e077cb2e46a2e9;p=users%2Fbernd%2Fpostgres.git Add documentation example of using interval multiplication with 'days'. Backpatch to 8.1.X. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 1aaf6e1387..70d686c351 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -5199,6 +5199,12 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); interval '00:15:00' + + * + 21 * interval '1 day' + interval '21 days' + + * double precision '3.5' * interval '1 hour'