Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 94427b1

Browse files
committed
Since 7.1 the data type size of TIME has been increased.
1 parent 68e5360 commit 94427b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.59 2001/08/24 20:03:41 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.60 2001/08/31 01:55:25 ishii Exp $
33
-->
44

55
<chapter id="datatype">
@@ -992,15 +992,15 @@ SELECT b, char_length(b) FROM test2;
992992
<row>
993993
<entry><type>time [ without time zone ]</type></entry>
994994
<entry>times of day only</entry>
995-
<entry>4 bytes</entry>
995+
<entry>8 bytes</entry>
996996
<entry>00:00:00.00</entry>
997997
<entry>23:59:59.99</entry>
998998
<entry>1 microsecond</entry>
999999
</row>
10001000
<row>
10011001
<entry><type>time with time zone</type></entry>
10021002
<entry>times of day only</entry>
1003-
<entry>4 bytes</entry>
1003+
<entry>12 bytes</entry>
10041004
<entry>00:00:00.00+12</entry>
10051005
<entry>23:59:59.99-12</entry>
10061006
<entry>1 microsecond</entry>

0 commit comments

Comments
 (0)