Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Interval overflow?



Is this expected behavior or a bug?

=> select version();
                                            version
------------------------------------------------------------------------------------------------
 PostgreSQL 8.2.4 on i386-portbld-freebsd6.2, compiled by GCC cc (GCC)
3.4.6 [FreeBSD] 20060305
(1 row)

=> select '2000000000 hours'::interval + '2000000000 hours'::interval;
         ?column?
--------------------------
 -1124095576:01:49.551616
(1 row)

Regards,
	Jeff Davis




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group