summaryrefslogtreecommitdiff
path: root/contrib/pgrowlocks/uninstall_pgrowlocks.sql
blob: 004e97c0e9faacbb8397edc14ae42e3a6011e23a (plain)
1
2
3
4
5
6
/* contrib/pgrowlocks/uninstall_pgrowlocks.sql */

-- Adjust this setting to control where the objects get dropped.
SET search_path = public;

DROP FUNCTION pgrowlocks(text);