Re: datetime function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: datetime function
Дата
Msg-id 28570.1028772980@sss.pgh.pa.us
обсуждение исходный текст
Ответ на datetime function  (Chris Bowlby <excalibur@hub.org>)
Список pgsql-general
Chris Bowlby <excalibur@hub.org> writes:
>  Noticing an issue with the datetime funciton when being used with
> 'epoch', it is giving different results then before..

There is no "datetime function".  What you have there is a
soon-to-be-obsolete alias for the timestamp datatype.  What you
probably actually want is timestamptz (timestamp with timezone)
which is the current equivalent to the old datetime datatype...

            regards, tom lane

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

Предыдущее
От: Gregory Seidman
Дата:
Сообщение: Re: CREATE FUNCTION
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CREATE FUNCTION