git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f28b21)
Doc: fix obsolete info about allowed range of TZ offsets in timetz.
Mon, 3 Aug 2020 17:11:16 +0000 (13:11 -0400)
Mon, 3 Aug 2020 17:11:16 +0000 (13:11 -0400)
We've allowed UTC offsets up to +/- 15:59 since commit cd0ff9c0f, but
that commit forgot to fix the documentation about timetz.

Per bug #16571 from osdba.

Discussion: https://postgr.es/m/16571-eb7501598de78c8a@postgresql.org


diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 50e370cae44051541637d735b3016b8187e868a1..fdc8715a0d1d3e312461bca7600b0ce8f24476ab 100644 (file)
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -1727,8 +1727,9 @@ SELECT 'abc 153円154円155円 052円251円124円'::bytea;
<entry><type>time [ (<replaceable>p</replaceable>) ] with time zone</type></entry>
<entry>12 bytes</entry>
<entry>time of day (no date), with time zone</entry>
- <entry>00:00:00+1459</entry>
- <entry>24:00:00-1459</entry>
+ <!-- see MAX_TZDISP_HOUR in datatype/timestamp.h -->
+ <entry>00:00:00+1559</entry>
+ <entry>24:00:00-1559</entry>
<entry>1 microsecond</entry>
</row>
<row>
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /