Re: Two bugs found (and patch included)

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Two bugs found (and patch included)
Дата
Msg-id Pine.BSO.4.56.0501181654410.7331@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Two bugs found (and patch included)  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc

On Wed, 19 Jan 2005, Oliver Jowett wrote:

> While testing this patch I noticed we have existing date-related
> regression failures (not related to the patch) against 7.2.x:
>
> Bad timestamp external representation '2000-02-08 04:00:00.120000+1300'

This appears to be an oddity of the +1300 timezone.  Both of the following
work:

select '2000-02-07 15:00:00.120000+13'::timestamptz;
select '2000-02-07 15:00:00.120000+1200'::timestamptz;

We potentially could hack around this on the driver, but it looks to me
like a server problem, so I'd leave it alone based on the number of people
it affects (7.2 & +1300).

Kris Jurka

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Two bugs found (and patch included)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Two bugs found (and patch included)