3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
6 DROP OPERATOR <>(chkpass, text);
8 DROP OPERATOR =(chkpass, text);
10 DROP FUNCTION ne(chkpass, text);
12 DROP FUNCTION eq(chkpass, text);
14 DROP FUNCTION raw(chkpass);
16 DROP TYPE chkpass CASCADE;