BUG #4702: refusal to compute date_trunc('week', '0001-12-09 BC');

Поиск
Список
Период
Сортировка
От Roman Kononov
Тема BUG #4702: refusal to compute date_trunc('week', '0001-12-09 BC');
Дата
Msg-id 200903132141.n2DLf2cw019303@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4702: refusal to compute date_trunc('week', '0001-12-09 BC');
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4702
Logged by:          Roman Kononov
Email address:      kononov@ftml.net
PostgreSQL version: 8.3.6 and older
Operating system:   GNU/Linux x86_64
Description:        refusal to compute date_trunc('week', '0001-12-09 BC');
Details:

test=# select date_trunc('week','0001-12-09 BC'::timestamp);
ERROR:  cannot calculate week number without year information

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Error in PLpgSQL with SELECT INTO and composite types
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4702: refusal to compute date_trunc('week', '0001-12-09 BC');