Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
Quick Links
Community
Contributors
Mailing Lists
IRC
Local User Groups
Events
International Sites
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:
2009-03-05 16:48:27 from Nico Grubert <nicogrubert(at)gmail(dot)com>
2009-03-05 18:42:24 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-03-06 06:53:25 from Nico Grubert <nicogrubert(at)gmail(dot)com>
2009-03-06 06:57:24 from Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
2009-03-06 06:59:07 from Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
2009-03-06 07:03:22 from "Adam Rich" <adam(dot)r(at)sbcglobal(dot)net>
2009-03-06 06:58:16 from Nico Grubert <nicogrubert(at)gmail(dot)com>
2009-03-06 07:01:00 from Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
2009-03-05 18:50:34 from Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
2009-03-06 06:59:44 from Nico Grubert <nicogrubert(at)gmail(dot)com>
2009-03-06 07:02:04 from Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
2009-03-06 16:04:33 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-03-06 07:04:51 from "Adam Rich" <adam(dot)r(at)sbcglobal(dot)net>
2009-03-06 07:35:33 from Nico Grubert <nicogrubert(at)gmail(dot)com>
Lists:
pgsql-general
Or use date_trunc:
select * from sometable where timestampfield >= date_trunc('day',now());
In response to
Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist
at 2009-03-06 06:53:25 from Nico Grubert
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