pgsql-server/ oc/src/sgml/datatype.sgml rc/bac ...

Started by Tom Laneover 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 03/01/30 20:08:08

Modified files:
doc/src/sgml : datatype.sgml
src/backend/utils/adt: date.c
src/test/regress/expected: horology-no-DST-before-1970.out
horology-solaris-1947.out
horology.out time.out
src/test/regress/sql: horology.sql time.sql

Log message:
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.