Re: Time problem again?

From: Bjørn T Johansen <btj(at)havleik(dot)no>
To: Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>
Cc: "'Postgres General'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Time problem again?
Date: 2003-09-29 11:49:16
Message-ID: 1064836156.12019.41.camel@dt-btj.dagbladet.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yes, I could do that... I was just hoping to catch the odd times when
records aren't inserted in order....

BTJ

On Mon, 2003-09-29 at 13:44, Daniel Schuchardt wrote:

> No, not really
>
> perhaps you can do a ORDER BY (oid || yourtimefield). So you have the
> RecordOrder in the way the records where inserted.
>
> Daniel
>
>
>
> I need to sort some data based on a Time field and the times
> can cross both midnight and noon. As far as I can tell, there
> is no way to solve this without also supplying a date or am I
> missing something?
>
>
> Regards,
>
> BTJ

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hannu Krosing 2003-09-29 12:23:26 Re: ADD FOREIGN KEY (was Re: [GENERAL] 7.4Beta)
Previous Message Bjørn T Johansen 2003-09-29 11:47:36 Re: Time problem again?