From 146604ec43bcd6f977c31775a91022cf9737daf5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 30 Jan 2014 09:41:43 -0500 Subject: Add checks for interval overflow/underflow New checks include input, month/day/time internal adjustments, addition, subtraction, multiplication, and negation. Also adjust docs to correctly specify interval size in bytes. Report from Rok Kralj --- doc/src/sgml/datatype.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 6bf4cf61d86..b7d7d800287 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1587,7 +1587,7 @@ SELECT E'\\xDEADBEEF'; interval [ fields ] [ (p) ] - 12 bytes + 16 bytes time interval -178000000 years 178000000 years -- cgit v1.2.3