Re: Time problem again? - Mailing list pgsql-general

From Richard Huxton
Subject Re: Time problem again?
Date
Msg-id 200309292053.05604.dev@archonet.com
Whole thread Raw
In response to Re: Time problem again?  (Bjørn T Johansen <btj@havleik.no>)
Responses Re: Time problem again?
List pgsql-general
On Monday 29 September 2003 20:19, Bjørn T Johansen wrote:
> Well I know the order I want!
>
> The order should be like this during night time:
>
> 2230
> 2350
> 0100
> 0350
>
>
> and
>
> 1030
> 1145
> 1230
> 1315
>
> on day time...
> But that was my initial question, "As far as I can tell, there is no way
> to solve this without also supplying a date or am I missing something?"

And when does night-time end and day-time begin? If you have times:
  0500 0600 0900 1200 1500 1900 2200 2300
is that the order or do you want
  2200 2300 0500 0600 0900 1200 1500 1900

If you can tell me that, then the problem can be solved by the code I provided
earlier

--
  Richard Huxton
  Archonet Ltd

pgsql-general by date:

Previous
From: Molly Gibson
Date:
Subject: Re: mod_auth_pgsql & encryption
Next
From: Jan Wieck
Date:
Subject: Re: Triggers and COPY