Re: Syntax for converting double to a timestamp

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Syntax for converting double to a timestamp
Дата
Msg-id 2635.1157330974@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Syntax for converting double to a timestamp  ("Frank Church" <voipfc@googlemail.com>)
Список pgsql-general
"Frank Church" <voipfc@googlemail.com> writes:
> I tried the query in this form:

> select *, "timestamp" * interval '1 second' + timestamp '1900-01-01
> 00:00:00' from ccmanager_log

Try timestamp plus interval, instead of the other way.  (We did add the
operator in this direction in 8.0 though ... perhaps you should consider
an update sometime?)

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: compressed protocol
Следующее
От: Chris
Дата:
Сообщение: Re: One step install, up and running?