postgresql/contrib/pgrowlocks/uninstall_pgrowlocks.sql
Tom Lane 56f3fb3ba1 Restrict pgrowlocks function to superusers. (This might be too strict,
but no permissions check at all is certainly no good.)  Clean up usage
of some deprecated APIs.
2007-08-27 00:13:51 +00:00

4 lines
59 B
SQL

SET search_path = public;
DROP FUNCTION pgrowlocks(text);