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

Commit 6d78f21

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 44cd434 commit 6d78f21

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
@@ -1684,8 +1684,9 @@ SELECT 'abc \153\154\155 \052\251\124'::bytea;
16841684
<entry><type>time [ (<replaceable>p</replaceable>) ] with time zone</type></entry>
16851685
<entry>12 bytes</entry>
16861686
<entry>time of day (no date), with time zone</entry>
1687-
<entry>00:00:00+1459</entry>
1688-
<entry>24:00:00-1459</entry>
1687+
<!-- see MAX_TZDISP_HOUR in datatype/timestamp.h -->
1688+
<entry>00:00:00+1559</entry>
1689+
<entry>24:00:00-1559</entry>
16891690
<entry>1 microsecond</entry>
16901691
</row>
16911692
<row>

0 commit comments

Comments
 (0)