pgsql: Doc: fix obsolete info about allowed range of TZ offsets in time

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix obsolete info about allowed range of TZ offsets in time
Date: 2020-08-03 17:11:43
Message-ID: E1k2dzz-00013X-HS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8d5c632e9606fd757326888a2eade1990f7fe048

Modified Files
--------------
doc/src/sgml/datatype.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-08-03 18:02:44 pgsql: Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dA
Previous Message Tom Lane 2020-08-03 16:11:58 Re: pgsql: Fix some issues with step generation in partition pruning.