Skip to content

Commit 995c53b

Browse files
committed
Doc: fix obsolete info about allowed range of TZ offsets in timetz.
We've allowed UTC offsets up to +/- 15:59 since commit cd0ff9c, but that commit forgot to fix the documentation about timetz. Per bug #16571 from osdba. Discussion: https://postgr.es/m/16571-eb7501598de78c8a@postgresql.org
1 parent 1beb3ac commit 995c53b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,8 +1635,9 @@ SELECT 'abc \153\154\155 \052\251\124'::bytea;
16351635
<entry><type>time [ (<replaceable>p</replaceable>) ] with time zone</type></entry>
16361636
<entry>12 bytes</entry>
16371637
<entry>time of day (no date), with time zone</entry>
1638-
<entry>00:00:00+1459</entry>
1639-
<entry>24:00:00-1459</entry>
1638+
<!-- see MAX_TZDISP_HOUR in datatype/timestamp.h -->
1639+
<entry>00:00:00+1559</entry>
1640+
<entry>24:00:00-1559</entry>
16401641
<entry>1 microsecond</entry>
16411642
</row>
16421643
<row>

0 commit comments

Comments
 (0)