Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist - Mailing list pgsql-general

From Scott Marlowe
Subject Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist
Date
Msg-id dcc563d10903052259y4bd0584dx8e84200bc874bce3@mail.gmail.com
Whole thread Raw
In response to Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist  (Nico Grubert <nicogrubert@gmail.com>)
List pgsql-general
Or use date_trunc:

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

pgsql-general by date:

Previous
From: Nico Grubert
Date:
Subject: Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist
Next
From: Nico Grubert
Date:
Subject: Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist