Re: timestamp with/without time zone

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: timestamp with/without time zone
Дата
Msg-id 3B970FF8.B9990807@fourpalms.org
обсуждение исходный текст
Ответ на Re: timestamp with/without time zone  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> Thomas, any status on this?  If not, I should add it to the TODO list.

Well, sure, there is *always* status ;)

I started coding a couple of days ago. So far, no showstoppers.

There are two related issues:

1) I should recode TIME WITH TIME ZONE to conform to SQL99. I had done
it originally with a "persistant time zone" since the SQL9x definition
is weaker than I imagined at the time. afaict it is still a minimally
useful data type.

2) upgrading from 7.1.x to 7.2 will likely require a schema change,
since 7.1.x TIMESTAMP should become TIMESTAMP WITH TIME ZONE, but afaik
someone took out that feature during the 7.1.x series of releases. So a
7.1.x dump will give columns labeled as TIMESTAMP but with values
containing time zones. We *might* want to accept (and ignore?) time zone
fields in TIMESTAMP values for input for 7.2, but that would still leave
folks expecting a data type which recognizes time zones needing to
adjust their schemas during the upgrade.
                     - Thomas


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Re: Debian's PostgreSQL packages
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bad behaviour when inserting unspecified variable length datatypes