OSDN Git Service

Allow parsing of time and timetz inputs to accept the documented input
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Aug 2003 22:47:34 +0000 (22:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Aug 2003 22:47:34 +0000 (22:47 +0000)
commit412c57b15fa0b34d5e25ac37a39684b03eeef68a
tree4b6db127d54dace3024c804c897bf6b30afc5ae8
parent3b87c1f8b61c83a26353242ad50985978f5c655d
Allow parsing of time and timetz inputs to accept the documented input
syntax '040506' for '04:05:06', as well as '0405' for '04:05:00'.  This
has been broken since 7.2 but was only recently complained of.
src/backend/utils/adt/datetime.c