Re: Timestamp Fractions Problem - Mailing list pgsql-sql

From Tom Lane
Subject Re: Timestamp Fractions Problem
Date
Msg-id 28671.1032101502@sss.pgh.pa.us
Whole thread Raw
In response to Re: Timestamp Fractions Problem  ("Florian Mader" <florian_mader@gmx.net>)
Responses Re: Timestamp Fractions Problem
List pgsql-sql
"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: "Florian Mader"
Date:
Subject: Re: Timestamp Fractions Problem
Next
From: "Jerome Chochon"
Date:
Subject: Rules and Triggers: another question