pgsql: Document handling of invalid/ambiguous timestamp input near DST

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Document handling of invalid/ambiguous timestamp input near DST
Date: 2018-11-29 23:28:30
Message-ID: E1gSVjS-0000S3-Ml@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6247c0bc2ded1fc92edc55341d9544573e862531

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-11-30 01:36:43 pgsql: Fix various checksum check problems for pg_verify_checksums and
Previous Message Alvaro Herrera 2018-11-29 21:43:22 pgsql: Add log_statement_sample_rate parameter