From 6af04882de5c519d7e49af8e69a031d2b3b46adc Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Tue, 29 May 2007 04:58:43 +0000 Subject: Fix a bug in input processing for the "interval" type. Previously, "microsecond" and "millisecond" units were not considered valid input by themselves, which caused inputs like "1 millisecond" to be rejected erroneously. Update the docs, add regression tests, and backport to 8.2 and 8.1 --- doc/src/sgml/datatype.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 6b72e80e569..17357d84088 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ - + Data Types @@ -1880,7 +1880,8 @@ January 8 04:05:06 1999 PST Where: quantity is a number (possibly signed); - unit is second, + unit is microsecond, + millisecond, second, minute, hour, day, week, month, year, decade, century, millennium, -- cgit v1.2.3