Обсуждение: pgsql-server/ oc/src/sgml/datatype.sgml rc/bac ...

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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.