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 5f28b21 commit eeb01e3Copy full SHA for eeb01e3
doc/src/sgml/datatype.sgml
@@ -1727,8 +1727,9 @@ SELECT 'abc \153\154\155 \052\251\124'::bytea;
1727
<entry><type>time [ (<replaceable>p</replaceable>) ] with time zone</type></entry>
1728
<entry>12 bytes</entry>
1729
<entry>time of day (no date), with time zone</entry>
1730
- <entry>00:00:00+1459</entry>
1731
- <entry>24:00:00-1459</entry>
+ <!-- see MAX_TZDISP_HOUR in datatype/timestamp.h -->
+ <entry>00:00:00+1559</entry>
1732
+ <entry>24:00:00-1559</entry>
1733
<entry>1 microsecond</entry>
1734
</row>
1735
<row>
0 commit comments