We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1beb3ac commit 995c53bCopy full SHA for 995c53b
doc/src/sgml/datatype.sgml
@@ -1635,8 +1635,9 @@ SELECT 'abc \153\154\155 \052\251\124'::bytea;
1635
<entry><type>time [ (<replaceable>p</replaceable>) ] with time zone</type></entry>
1636
<entry>12 bytes</entry>
1637
<entry>time of day (no date), with time zone</entry>
1638
- <entry>00:00:00+1459</entry>
1639
- <entry>24:00:00-1459</entry>
+ <!-- see MAX_TZDISP_HOUR in datatype/timestamp.h -->
+ <entry>00:00:00+1559</entry>
1640
+ <entry>24:00:00-1559</entry>
1641
<entry>1 microsecond</entry>
1642
</row>
1643
<row>
0 commit comments