pgsql: Document handling of invalid/ambiguous timestamp input nearDST - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Document handling of invalid/ambiguous timestamp input nearDST
Date
Msg-id E1gSVjS-0000Rw-MR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document handling of invalid/ambiguous timestamp input near DST boundaries.

The source code comments documented this, but the user-facing docs, not
so much.  Add a section to Appendix B that discusses it.

In passing, improve a couple other things in Appendix B --- notably,
a long-obsolete claim that time zone abbreviations are looked up in
a fixed table.

Per bug #15527 from Michael Davidson.

Discussion: https://postgr.es/m/15527-f1be0b4dc99ebbe7@postgresql.org

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/53a5ceb2b68bc90a2ebd40e489d79f6e02441378

Modified Files
--------------
doc/src/sgml/datetime.sgml | 90 ++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 84 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add log_statement_sample_rate parameter
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix various checksum check problems for pg_verify_checksumsand