Re: time precision. - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: time precision.
Date
Msg-id 20030730024319.R21395-100000@megazone.bigpanda.com
Whole thread Raw
In response to time precision.  ("Anagha Joshi" <ajoshi@nulinkinc.com>)
List pgsql-sql
On Wed, 30 Jul 2003, Anagha Joshi wrote:

> Hi All,
> I'm using PG-7.2.4 on Solaries.
> When I do:
>
> template1=# select time(6576);
> ERROR:  TIME(6576) precision must be between 0 and 13
>
> Where am I wrong?

IIRC time(n) refers to the type time with a precision of n
and n is limited as stated by the error. What are you trying
to do?



pgsql-sql by date:

Previous
From: Christoph Haller
Date:
Subject: Re: time precision.
Next
From: "LEON"
Date:
Subject: Re: How can I to solute this problem?