1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00
postgres/contrib/pgrowlocks/uninstall_pgrowlocks.sql
2010-09-20 22:08:53 +02:00

7 lines
175 B
SQL

/* contrib/pgrowlocks/uninstall_pgrowlocks.sql */
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
DROP FUNCTION pgrowlocks(text);