Fix to_timestamp() to not require upper/lower case matching for meridian
authorBruce Momjian <bruce@momjian.us>
Sat, 7 Feb 2009 14:16:46 +0000 (14:16 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 7 Feb 2009 14:16:46 +0000 (14:16 +0000)
commit65b731bd9d4b97cf5fe1f7e4d6a9eaeea22dc721
tree26ac1420ce22c575ae20e6e55e9e392017587a0d
parentb75b66332a23957929c66a53218b59265ff80d5a
Fix to_timestamp() to not require upper/lower case matching for meridian
designations (AM/PM).  Also separate out matching of a meridian with
periods (e.g. A.M.) and with those without.

Do the same for AD/BC.

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