File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="datatype">
@@ -992,15 +992,15 @@ SELECT b, char_length(b) FROM test2;
992
992
<row>
993
993
<entry><type>time [ without time zone ]</type></entry>
994
994
<entry>times of day only</entry>
995
- <entry>4 bytes</entry>
995
+ <entry>8 bytes</entry>
996
996
<entry>00:00:00.00</entry>
997
997
<entry>23:59:59.99</entry>
998
998
<entry>1 microsecond</entry>
999
999
</row>
1000
1000
<row>
1001
1001
<entry><type>time with time zone</type></entry>
1002
1002
<entry>times of day only</entry>
1003
- <entry>4 bytes</entry>
1003
+ <entry>12 bytes</entry>
1004
1004
<entry>00:00:00.00+12</entry>
1005
1005
<entry>23:59:59.99-12</entry>
1006
1006
<entry>1 microsecond</entry>
You can’t perform that action at this time.
0 commit comments