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-Tag: REL8_1_2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14e9a17f0a08a908567867cd77b274320e1280f8;p=postgresql 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 0c90a01e70..08c3dcbd50 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -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'