Re: Timestamp Fractions Problem - Mailing list pgsql-sql

From Florian Mader
Subject Re: Timestamp Fractions Problem
Date
Msg-id 000001c25d5b$241aabd0$0300a8c0@FPCm
Whole thread Raw
In response to Re: Timestamp Fractions Problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
I am using:
PostgreSQL 7.2.2
ODBC Driver 7.02.00.02
Cygwin 1.3.12-2
Win2000 5.00.2195 SP2
WinSQL 3.8.19.499

I don't think that there's a problem with my versions.
Do you have any other idea?
TIA

-----Ursprüngliche Nachricht-----
Von: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Gesendet: Sonntag, 15. September 2002 16:52
An: Florian Mader
Cc: pgsql-sql@postgresql.org
Betreff: Re: [SQL] Timestamp Fractions Problem

"Florian Mader" <florian_mader@gmx.net> writes:
> Now I tried the same create, insert and select statement you did. But
> the DB didn't return fractions like it did in your case.

Hm, what PG version are you running?  You need 7.2 or later to have full
support for fractional timestamps (in particular, the result of now() is
only good to the nearest second in prior versions).
        regards, tom lane



pgsql-sql by date:

Previous
From: "Jerome Chochon"
Date:
Subject: Rules and Triggers: another question
Next
From: Richard Huxton
Date:
Subject: Re: Want to test beta, but ...