aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-08-03 13:11:16 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-08-03 13:11:16 -0400
commit8d5c632e9606fd757326888a2eade1990f7fe048 (patch)
tree4435d7eef8c003a1620e68b4324382500c6ad2f1
parent76b2b3e72438dda2ec0566ee85feadde3224ff2f (diff)
downloadpostgresql-8d5c632e9606fd757326888a2eade1990f7fe048.tar.gz
postgresql-8d5c632e9606fd757326888a2eade1990f7fe048.zip
Doc: fix obsolete info about allowed range of TZ offsets in timetz.
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
-rw-r--r--doc/src/sgml/datatype.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index e7cca4737ff..f652a67ede3 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -1654,8 +1654,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>