Re: Date Format Inquiry

Поиск
Список
Период
Сортировка
От Allan Engelhardt
Тема Re: Date Format Inquiry
Дата
Msg-id 3B7451F9.AB35F922@cybaea.com
обсуждение исходный текст
Ответ на Date Format Inquiry  (<pgsql-general@commandprompt.com>)
Список pgsql-general
pgsql-general@commandprompt.com wrote:

> In fact, it shows up correctly up until after I try to specify past
> january, but above the 31st day it fails.
>
> lx=# SELECT date('99031');
>     date
> ------------
>  1999-01-31
> (1 row)
>
> lx=# SELECT date('99032');
> ERROR:  Bad date external representation '99032'
>
> Is this format no longer maintained, or am I missing something? ;)

select '1999.032'::DATE;

still works and is probably more sound........

Allan.



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

Предыдущее
От: "Sue Lane"
Дата:
Сообщение: Re: Ora2pg.pl - some feedback
Следующее
От: Justin Clift
Дата:
Сообщение: Re: Slightly OT: Open Source database design tool?