Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d78f21

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 commitcd0ff9c, butthat commit forgot to fix the documentation about timetz.Per bug #16571 from osdba.Discussion:https://postgr.es/m/16571-eb7501598de78c8a@postgresql.org
1 parent44cd434 commit6d78f21

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)

[8]ページ先頭

©2009-2025 Movatter.jp