Only skip pages marked as clean in the visibility map, if the last 32
[PostgreSQL.git] / contrib / dict_xsyn / uninstall_dict_xsyn.sql
blob8f2c11fd5045888070058327aa5c63a8262905a9
1 /* $PostgreSQL$ */
3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
6 DROP TEXT SEARCH DICTIONARY xsyn;
8 DROP TEXT SEARCH TEMPLATE xsyn_template;
10 DROP FUNCTION dxsyn_init(internal);
12 DROP FUNCTION dxsyn_lexize(internal,internal,internal,internal);