"Anton Melser" <melser(dot)anton(at)gmail(dot)com> writes:
>> You'd have to do something like
>> DELETE FROM pg_operator WHERE oprcode = 'anytextcat'::regproc;
>> since there isn't any higher-level command that will let you delete a
>> built-in operator.
>>
>> I recommend practicing on a scratch database ;-)
> Thanks for the tip, though alas that didn't seem to fix it...
Did you remove the other one too?
regards, tom lane