Commit 94427b19 authored by Tatsuo Ishii's avatar Tatsuo Ishii

Since 7.1 the data type size of TIME has been increased.

parent 68e53600
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.59 2001/08/24 20:03:41 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.60 2001/08/31 01:55:25 ishii Exp $
-->
<chapter id="datatype">
......@@ -992,7 +992,7 @@ SELECT b, char_length(b) FROM test2;
<row>
<entry><type>time [ without time zone ]</type></entry>
<entry>times of day only</entry>
<entry>4 bytes</entry>
<entry>8 bytes</entry>
<entry>00:00:00.00</entry>
<entry>23:59:59.99</entry>
<entry>1 microsecond</entry>
......@@ -1000,7 +1000,7 @@ SELECT b, char_length(b) FROM test2;
<row>
<entry><type>time with time zone</type></entry>
<entry>times of day only</entry>
<entry>4 bytes</entry>
<entry>12 bytes</entry>
<entry>00:00:00.00+12</entry>
<entry>23:59:59.99-12</entry>
<entry>1 microsecond</entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment