From: Tatsuo Ishii Date: Fri, 31 Aug 2001 01:55:25 +0000 (+0000) Subject: Since 7.1 the data type size of TIME has been increased. X-Git-Tag: REL7_2_BETA1~580 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94427b19148901342f755201fdc27cdad819beb0;p=thirdparty%2Fpostgresql.git Since 7.1 the data type size of TIME has been increased. --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 2c253d7640d..ce9fffa0c27 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -992,7 +992,7 @@ SELECT b, char_length(b) FROM test2; time [ without time zone ] times of day only - 4 bytes + 8 bytes 00:00:00.00 23:59:59.99 1 microsecond @@ -1000,7 +1000,7 @@ SELECT b, char_length(b) FROM test2; time with time zone times of day only - 4 bytes + 12 bytes 00:00:00.00+12 23:59:59.99-12 1 microsecond