RE: Bug in CREATE OPERATOR - Mailing list pgsql-hackers

From Darren King
Subject RE: Bug in CREATE OPERATOR
Date
Msg-id NDBBJNEIGLIPLCHCMANLIEMFCIAA.darrenk@insightdist.com
Whole thread Raw
In response to Bug in CREATE OPERATOR  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List 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



pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: CHECK constraint names
Next
From: Tom Lane
Date:
Subject: Re: 7.1 snapshot on i386 BSD MAJOR failure