aboutsummaryrefslogtreecommitdiff
path: root/contrib/fulltextindex/uninstall.sql
blob: 5a330546ab02a2b02bad6fe3bdd7049d5d46a6a4 (plain)
1
2
3
4
5
6
-- Adjust this setting to control where the objects get created.
SET search_path = public;

SET autocommit TO 'on';

DROP FUNCTION fti() CASCADE;