RE: Bug in CREATE OPERATOR
Darren King <darrenk@insightdist.com>
From: "Darren King" <darrenk@insightdist.com>
To: "Pgsql-Hackers@Postgresql. Org" <pgsql-hackers@postgresql.org>
Date: 2000-12-20T17:40:18Z
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