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

From Tom Lane
Subject pgsql: Doc: add info about timestamps with fractional-minute UTC offset
Date
Msg-id E1m0mAQ-0005wz-LQ@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

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

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


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Refactor function parse_subscription_options.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid doing catalog lookups in postgres_fdw's conversion_error_c