From 94427b19148901342f755201fdc27cdad819beb0 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 31 Aug 2001 01:55:25 +0000 Subject: [PATCH] Since 7.1 the data type size of TIME has been increased. --- doc/src/sgml/datatype.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 2c253d7640..ce9fffa0c2 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 -- 2.40.0