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

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Nico Grubert <nicogrubert(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist
Date: 2009-03-06 06:59:07
Message-ID: dcc563d10903052259y4bd0584dx8e84200bc874bce3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Or use date_trunc:

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nico Grubert 2009-03-06 06:59:44 Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist
Previous Message Nico Grubert 2009-03-06 06:58:16 Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist