More sensible character_octet_length
[PostgreSQL.git] / contrib / chkpass / uninstall_chkpass.sql
blob90c17f18c443c06eb5adba4fea3a0a06a787503f
1 /* $PostgreSQL$ */
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;