BUG #6290: converting interval from weeks to days - Mailing list pgsql-bugs

From Alexey Nalbat
Subject BUG #6290: converting interval from weeks to days
Date
Msg-id 201111102115.pAALFOrw006489@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #6290: converting interval from weeks to days  (John R Pierce <pierce@hogranch.com>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      6290
Logged by:          Alexey Nalbat
Email address:      alexey_nalbat@hotbox.ru
PostgreSQL version: 9.1.1
Operating system:   Ubuntu
Description:        converting interval from weeks to days
Details:

=> select '1000000000 weeks'::interval;
     interval
------------------
 -1589934592 days
(1 row)

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Add statistics_collector_listen_addresses to fix hard-coding of "localhost"
Next
From: John R Pierce
Date:
Subject: Re: BUG #6290: converting interval from weeks to days