pgsql-server/ oc/src/sgml/func.sgml oc/src/sgm ...

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/ oc/src/sgml/func.sgml oc/src/sgm ...
Дата
Msg-id 20030717005537.8D6C8CC74A@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/07/16 21:55:37

Modified files:
    doc/src/sgml   : func.sgml release.sgml
    doc/src/sgml/ref: set.sgml
    src/backend/commands: variable.c
    src/backend/utils/adt: date.c nabstime.c timestamp.c
    src/include    : miscadmin.h
    src/include/utils: datetime.h
    src/interfaces/ecpg/pgtypeslib: dt.h

Log message:
    Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention
    for the sign of timezone offsets, ie, positive is east from UTC.  These
    were previously out of step with other operations that accept or show
    timezones, such as I/O of timestamptz values.


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend optimizer/prep/prepun ...
Следующее
От: meskes@svr1.postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql-server/src/interfaces/ecpg compatlib/inf ...