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

Commit 8d5c632

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 76b2b3e commit 8d5c632

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
@@ -1654,8 +1654,9 @@ SELECT 'abc \153\154\155 \052\251\124'::bytea;
16541654
<entry><type>time [ (<replaceable>p</replaceable>) ] with time zone</type></entry>
16551655
<entry>12 bytes</entry>
16561656
<entry>time of day (no date), with time zone</entry>
1657-
<entry>00:00:00+1459</entry>
1658-
<entry>24:00:00-1459</entry>
1657+
<!-- see MAX_TZDISP_HOUR in datatype/timestamp.h -->
1658+
<entry>00:00:00+1559</entry>
1659+
<entry>24:00:00-1559</entry>
16591660
<entry>1 microsecond</entry>
16601661
</row>
16611662
<row>

0 commit comments

Comments
 (0)