]> granicus.if.org Git - postgresql/blob - contrib/chkpass/uninstall_chkpass.sql
Remove cvs keywords from all files.
[postgresql] / contrib / chkpass / uninstall_chkpass.sql
1 /* contrib/chkpass/uninstall_chkpass.sql */
2
3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
5
6 DROP OPERATOR <>(chkpass, text);
7
8 DROP OPERATOR =(chkpass, text);
9
10 DROP FUNCTION ne(chkpass, text);
11
12 DROP FUNCTION eq(chkpass, text);
13
14 DROP FUNCTION raw(chkpass);
15
16 DROP TYPE chkpass CASCADE;