Allow a time zone to be specified (and silently ignored) in the input

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bd96dd118403c6e05486c1060745956ca2ee4466
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-01-31T01:08:08Z
Releases: 7.4.1
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.

Files