pgsql: Doc: clarify behavior of timestamptz input some more. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: clarify behavior of timestamptz input some more.
Date
Msg-id E1tgSLo-005syV-PQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: clarify behavior of timestamptz input some more.

Try to make it absolutely plain that we don't retain the
originally specified time zone, only the UTC timestamp.

While at it, make glossary entries for "UTC" and "GMT".

Author: Robert Treat <rob@xzilla.net>
Co-authored-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/173796426022.1064.9135167366862649513@wrigleys.postgresql.org
Backpatch-through: 13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/11bba6e49407cbaa3a9cd317bb3a1f08b8c5609b

Modified Files
--------------
doc/src/sgml/datatype.sgml | 17 ++++++++++-------
doc/src/sgml/glossary.sgml | 16 ++++++++++++++++
2 files changed, 26 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: First-draft release notes for 17.3.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix pgbench performance issue induced by commit af35fe501.