Re: small problem

From: dima <_pppp(at)mail(dot)ru>
To: Carlos Sousa <carlosdsousa(at)hotmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: small problem
Date: 2002-11-11 14:42:53
Message-ID: 3DCFC1ED.7060908@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> create table (...)
> (...)
> duration interval default 7
do you really think it's worth spending 12 bytes for your intervals?
i usually use either timestamps or integers for intervals.
btw, as i know default 7 would be 7 msecs :)

> hourDay timestamp with time zome
consider using it without a time zone maybe.
if you really mean time of a day use time [with time zone]

> (...)
>
>
> if i replace this two data types with varchar2(50) it works but i would
> like if there's a better choice
it seems oracle still has some probs with sql date/time data types...

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Carlos Sousa 2002-11-11 14:57:34 bigger problem
Previous Message Carlos Sousa 2002-11-11 14:30:48 small proble