Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist
Дата
Msg-id dcc563d10903052259y4bd0584dx8e84200bc874bce3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist  (Nico Grubert <nicogrubert@gmail.com>)
Список pgsql-general
Or use date_trunc:

select * from sometable where timestampfield >= date_trunc('day',now());

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

Предыдущее
От: Nico Grubert
Дата:
Сообщение: Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist
Следующее
От: Nico Grubert
Дата:
Сообщение: Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist