BUG #5050: text to timestamp failure

Поиск
Список
Период
Сортировка
От Aoyai Kouhei
Тема BUG #5050: text to timestamp failure
Дата
Msg-id 200909121549.n8CFnMkH055814@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5050: text to timestamp failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5050
Logged by:          Aoyai Kouhei
Email address:      aoyagi.kouhei@gmail.com
PostgreSQL version: 8.4.1
Operating system:   MacOS 10.6.1
Description:        text to timestamp failure
Details:

select '0001-01-01'::timestamp with time zone;
-> "0001-01-01 00:00:00+09:18:59"

...

select '1887-01-01'::timestamp with time zone;
-> "1887-01-01 00:00:00+09:18:59"

select '1888-01-01'::timestamp with time zone;
-> "1888-01-01 00:00:00+09"

select '1889-01-01'::timestamp with time zone;
-> "1889-01-01 00:00:00+09"

...

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

Предыдущее
От: Luke Koops
Дата:
Сообщение: Re: BUG #5038: WAL file is pending deletion in pg_xlog folder, this interferes with WAL archiving.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5050: text to timestamp failure