Re: Convert TimeStamp to Date

Поиск
Список
Период
Сортировка
От Dmitry Tkach
Тема Re: Convert TimeStamp to Date
Дата
Msg-id 3F1F0DF2.9020106@openratings.com
обсуждение исходный текст
Ответ на Re: Convert TimeStamp to Date  (Ron Johnson <ron.l.johnson@cox.net>)
Список pgsql-general
Ron Johnson wrote:

>tree=# select date('1993-08-10 17:48:41.074');
>    date
>------------
> 10-08-1993
>(1 row)
>
>
>
This *does* work on 7.3 (I suppose, because it ends up converting *text*
to date, not *timestamp*, and it is timestamp conversion, that's broken):

testdb=# select date('1993-08-10 17:48:41.074'::timestamp);
    date
------------
 1993-08-11
(1 row)


Dima



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

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re: Convert TimeStamp to Date
Следующее
От: Errol Neal
Дата:
Сообщение: Re: Increasing Max # of connections