BUG #6290: converting interval from weeks to days

From: "Alexey Nalbat" <alexey_nalbat(at)hotbox(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6290: converting interval from weeks to days
Date: 2011-11-10 21:15:24
Message-ID: 201111102115.pAALFOrw006489@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 6290
Logged by: Alexey Nalbat
Email address: alexey_nalbat(at)hotbox(dot)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)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Maxim Boguk 2011-11-10 23:17:05 Re: BUG #6288: Is ALTER ROLE set client_encoding broken in 9.1?
Previous Message Kevin Grittner 2011-11-10 15:45:25 Re: BUG #6289: help us