Yodel!

A quick hack to address the (currently, with referrer tracking disabled) 
most frequent problem is to define in postgres:

create function s9yvbi_lt_vi(varchar, integer) returns boolean as $$ select 
($1)::integer < $2 $$ language sql;
create operator < ( leftarg = varchar, rightarg = integer, procedure = 
s9yvbi_lt_vi, commutator = >);

(Obviously correcting serendipity would be better.  But this should at least 
shut up the "no such operator" errors.)

I've still not seen negative effects at the web/functionality level.

cheers
-- vbi

-- 
YaST and 'improving user experience' are definitely parallel; they do not
meet at any point, neither in past, present, or future...
        -- David Weinehall on debian-devel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to