timestamp (minor bug)

Поиск
Список
Период
Сортировка
От And. Andruikhanov
Тема timestamp (minor bug)
Дата
Msg-id 20010722135456.I98532-100000@www.euinf.net
обсуждение исходный текст
Ответ на temp table in pl/pgsql language  ("And. Andruikhanov" <andy@euinf.dp.ua>)
Ответы Re: timestamp (minor bug)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Good day.

  System Configuration
  ---------------------
    Architecture: Intel Pentium
    Operating System: FreeBSD 4.2-STABLE
    PostgreSQL version:   PostgreSQL-7.1.2
    Compiler used:  gcc 2.95.2

  Description of problem
  ----------------------

Wrong result in timestamp value between "winter" and "summer" time:

select '2001-03-24 03:00'::timestamp;
        ?column?
------------------------
 2001-03-24 03:00:00+02
(1 row)

It's OK, but another example will demonstrate error:
select '2001-03-25 03:00'::timestamp;
        ?column?
------------------------
 2035-05-22 09:58:04+03
(1 row)

NOTICE:  DateStyle is ISO with European conventions
LC_ALL=ru_RU.KOI8-R


  Best regards..
 --

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: When inserting '\' the insert fails.
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: libpgtcl doesn't use UTF encoding of TCL