]> granicus.if.org Git - postgresql/commit
Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Nov 2003 20:29:34 +0000 (20:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Nov 2003 20:29:34 +0000 (20:29 +0000)
commitfc2e2ef64e58a852d6a9ab371e529465c32b2c5c
treefc63bce0194e392eccb1ccbf86374d5091083d7e
parent41e95ee086bd5047e7319416923cff564b7fad33
Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,
which had been unintentionally broken by recent changes to tighten up the
DateStyle rules for all-numeric date input.  Add documentation and
regression tests for this, too.
doc/src/sgml/datatype.sgml
src/backend/utils/adt/datetime.c
src/test/regress/expected/date.out
src/test/regress/sql/date.sql