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: E1m0mAQ-0005xF-Nw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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/162543102827.697.5755498651217979813@wrigleys.postgresql.org

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c1123be619fca66c63b1eeef7846649736ca9199

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.