- Архив списков рассылки pgsql-general

Поиск
Список
Период
Сортировка
От Jeff MacDonald
Тема
Дата
Msg-id HIEGJGDMNIKAMPPDEKBNEEIACCAA.jeff@interchange.ca
обсуждение исходный текст
Ответы Re:
Re:
Список pgsql-general
Hi Folks,

This problem is occuring on pgsql 7.2.1 as well as 7.2.2.
I have nothing to say except this is VERY weird. Is there something
evil about 1930-04-27 ?

xxx=>SELECT id,birthdate FROM users WHERE id IN (343,345);
 id  | birthdate
-----+------------
 343 | 1930-04-27
 345 | 1963-09-15
(2 rows)

xxx=> SELECT age('1995-01-01',birthdate) FROM users where id =343;
ERROR:  Unable to convert date to tm
xxx=> SELECT age('1995-01-01',birthdate) FROM users where id =345;
              age
-------------------------------
 31 years 3 mons 16 days 01:00
(1 row)



  ---
Jeff MacDonald
Interchange Technologies
jeff@interchange.ca
  ---

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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: [pgsql-performance] Large databases, performance
Следующее
От: Darren Ferguson
Дата:
Сообщение: Re: