Re: Entering time into postgresql

From: Vick Khera <vivek(at)khera(dot)org>
To: BlackMage <dsd7872(at)uncw(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Entering time into postgresql
Date: 2009-06-08 16:23:38
Message-ID: 2968dfd60906080923m51a38132w316a920c8237371b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jun 8, 2009 at 11:04 AM, BlackMage<dsd7872(at)uncw(dot)edu> wrote:
>
> Is there a field that can actually store time in PostgreSql. And what I mean
> by time is not like time of the day, but a specific amount of time.

This is known as type "INTERVAL" to postgres.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2009-06-08 16:25:08 Re: Postgres's Performance degrades after heavy db operation
Previous Message David Wilson 2009-06-08 16:23:30 Re: Entering time into postgresql