Tighten up to_date/to_timestamp so that they are more likely to reject
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Sep 2008 17:32:34 +0000 (17:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Sep 2008 17:32:34 +0000 (17:32 +0000)
commit6f09ab2c24491a217f8b88012aababf3b723b902
treed182c365ae58204f20ee9eaf451e0911f0684fc2
parentd1e3db873b4c2f309f7f9baa11074c12a9b60dba
Tighten up to_date/to_timestamp so that they are more likely to reject
erroneous input, rather than silently producing bizarre results as formerly
happened.

Brendan Jurd
doc/src/sgml/func.sgml
src/backend/utils/adt/formatting.c
src/test/regress/expected/horology.out
src/test/regress/expected/timestamp.out
src/test/regress/expected/timestamptz.out
src/test/regress/sql/horology.sql
src/test/regress/sql/timestamp.sql
src/test/regress/sql/timestamptz.sql