Re: Timestamp Fractions Problem

From: "Florian Mader" <florian_mader(at)gmx(dot)net>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Timestamp Fractions Problem
Date: 2002-09-16 08:29:13
Message-ID: 000001c25d5b$241aabd0$0300a8c0@FPCm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us]
Gesendet: Sonntag, 15. September 2002 16:52
An: Florian Mader
Cc: pgsql-sql(at)postgresql(dot)org
Betreff: Re: [SQL] Timestamp Fractions Problem

"Florian Mader" <florian_mader(at)gmx(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2002-09-16 08:31:45 Re: Want to test beta, but ...
Previous Message Jerome Chochon 2002-09-16 06:57:37 Rules and Triggers: another question