pgsql: Doc: add info about timestamps with fractional-minute UTC offset

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: add info about timestamps with fractional-minute UTC offset
Date: 2021-07-06 14:35:18
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: add info about timestamps with fractional-minute UTC offsets.

Our code has supported fractional-minute UTC offsets for ages, but
there was no mention of the possibility in the main docs, and only
a very indirect reference in Appendix B. Improve that.

Discussion: https://postgr.es/m/[email protected]

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/94911ec28f01d1babe61053977ca9f057983cb21

Modified Files
--------------
doc/src/sgml/datatype.sgml | 46 ++++++++++++++++++++++++++++++++++++++--------
1 file changed, 38 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-07-06 16:36:37 pgsql: Avoid doing catalog lookups in postgres_fdw's conversion_error_c
Previous Message Amit Kapila 2021-07-06 02:44:49 pgsql: Refactor function parse_subscription_options.