mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
7 lines
175 B
SQL
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);
|