Re: Need Help w/ Timestamps

From: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Need Help w/ Timestamps
Date: 2006-09-11 21:14:24
Message-ID: 20060911231424.7e2c69d5@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 11 Sep 2006 10:05:14 -0500
Enrico Riedel <eriedel(at)thunderelectricinc(dot)com> wrote:

> My problem is, that the precision for timestamps in Linux is
> greater than in Windows. That seems to be fine, but MS Access
> cannot handle it. E.g.:
>
> Windows Timestamp: 2006-09-08 15:25:42.332
> Linux Timestamp: 2006-09-09 21:25:06.947069
>
> Is there any way (even somehow through the ODBC driver) to restrict
> the timestamp accuracy to "M$ Win" accuracy?

http://www.postgresql.org/docs/7.4/static/functions-datetime.html#FUNCTIONS-DATETIME-TRUNC

???

--
Ivan Sergio Borgonovo
http://www.webthatworks.it

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2006-09-11 21:25:41 Re: Need Help w/ Timestamps
Previous Message Brandon Aiken 2006-09-11 18:55:41 Re: Database migration and redesign