mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
uninstall script for pgrowlocks - Josh Drake
This commit is contained in:
5
contrib/pgrowlocks/uninstall_pgrowlocks.sql
Normal file
5
contrib/pgrowlocks/uninstall_pgrowlocks.sql
Normal file
@ -0,0 +1,5 @@
|
||||
SET search_path = public;
|
||||
|
||||
DROP FUNCTION pgrowlocks(text);
|
||||
|
||||
DROP TYPE pgrowlocks_type;
|
Reference in New Issue
Block a user