Re: Hour difference? - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Hour difference?
Date
Msg-id 20030818161735.GA24956@wolff.to
Whole thread Raw
In response to Hour difference?  (Bjørn T Johansen <btj@havleik.no>)
List pgsql-general
On Mon, Aug 18, 2003 at 17:56:00 +0200,
  Bjørn T Johansen <btj@havleik.no> wrote:
> I am already using Time for time fields (i.e. timestamp fields without
> the date part) in my database, are you saying this doesn't work???

No. You can't use HHMM format for input without doing some more work.
You can use HH:MM as an input format.

If you already have the data loaded into time fields, you can just
subtract them to get an interval.

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Simulating sequences
Next
From: Tino Wildenhain
Date:
Subject: Re: Simulating sequences