OSDN Git Service

Allow a time zone to be specified (and silently ignored) in the input
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Jan 2003 01:08:08 +0000 (01:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Jan 2003 01:08:08 +0000 (01:08 +0000)
commitbd96dd118403c6e05486c1060745956ca2ee4466
tree04227c7e2ad040a7cd8b361b37cfe49a4c5f342e
parent37b247a5e93321b309d71c84d8f9d5dc1c098e3f
Allow a time zone to be specified (and silently ignored) in the input
for type 'time without time zone', as we already did for type
'timestamp without time zone'.  This patch was proposed by Tom Lockhart
on 7-Nov-02, but he never got around to applying it.  Adjust regression
tests and documentation to match.
doc/src/sgml/datatype.sgml
src/backend/utils/adt/date.c
src/test/regress/expected/horology-no-DST-before-1970.out
src/test/regress/expected/horology-solaris-1947.out
src/test/regress/expected/horology.out
src/test/regress/expected/time.out
src/test/regress/sql/horology.sql
src/test/regress/sql/time.sql