date_ge and time_ge - Mailing list pgsql-sql

From juerg.rietmann@pup.ch
Subject date_ge and time_ge
Date
Msg-id OF4DF396C2.7FB3E5DE-ONC1256BDF.003420C5-C1256BDF.0034B6F2@pup.ch
Whole thread Raw
Responses Re: date_ge and time_ge
List pgsql-sql
Hello

I have a question regarding date_ge() and time_ge().

This statement works :

select * from userlog where date_ge(ul_timestamp, '20.06.2002')


This statement doesn't work :

select * from userlog where time_ge(ul_timestamp, '08:00:00')


Here are some records from userlog :

(See attached file: userlog.htm)

__________________________________________________

PFISTER + PARTNER, SYSTEM - ENGINEERING AG
Juerg Rietmann
Grundstrasse 22a
6343 Rotkreuz
Switzerland

internet          :  www.pup.ch
phone       : +4141 790 4040
fax         : +4141 790 2545
mobile            : +4179 211 0315
__________________________________________________

Attachment

pgsql-sql by date:

Previous
From: Michael Agbaglo
Date:
Subject: Re: how to sort a birthday list ?
Next
From: Achilleus Mantzios
Date:
Subject: Re: date_ge and time_ge