1
0
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:
Tom Lane
2006-09-30 18:08:32 +00:00
parent 8fd0e43c4e
commit 035599da01
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
SET search_path = public;
DROP FUNCTION pgrowlocks(text);
DROP TYPE pgrowlocks_type;