RE: Bug in CREATE OPERATOR

From: "Darren King" <darrenk(at)insightdist(dot)com>
To: "Pgsql-Hackers(at)Postgresql(dot) Org" <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: Bug in CREATE OPERATOR
Date: 2000-12-20 17:40:18
Message-ID: NDBBJNEIGLIPLCHCMANLIEMFCIAA.darrenk@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> CREATE OPERATOR testbit (
> leftarg = bitset,
> rightarg = int4,
> procedure = testbit,
> commutator = testbit
> );
>
> Now we have a big problem, as the DROP OPERATOR command
> cannot delete the illegally named operator.

Have you tried deleting it directly from pg_operator instead of using
DROP OPERATOR?

Darren

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-12-20 17:41:49 Re: Re: Generating HISTORY file
Previous Message Stephan Szabo 2000-12-20 17:36:49 Re: CHECK constraint names