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

DROP FUNCTION fti() CASCADE;