function text_ge(text, text), how to use on version 7.2

From: juerg(dot)rietmann(at)pup(dot)ch
To: pgsql-sql(at)postgresql(dot)org
Subject: function text_ge(text, text), how to use on version 7.2
Date: 2002-06-18 12:08:13
Message-ID: OF53592563.9772177E-ONC1256BDC.0042AB83-C1256BDC.0042ABBE@pup.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello there

I use the function text_ge(text, text) under version 7.03 and it was just
fine. After upgrading to version 7.2 this function doesn't work anymore.

this statement shows all the records even if the greatest year is 2002 in
ul_datum :
select * from userlog where text_ge(ul_datum, '01.01.2004')

Thanks in advance ... Juerg Rietmann

__________________________________________________

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
__________________________________________________

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Achilleus Mantzios 2002-06-18 13:24:56 Re: function text_ge(text, text), how to use on version 7.2
Previous Message Christoph Haller 2002-06-18 09:35:34 Re: Request for builtin function: Double_quote