mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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.
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
SET search_path = public;
|
||||
|
||||
DROP FUNCTION pgrowlocks(text);
|
||||
|
||||
DROP TYPE pgrowlocks_type;
|
||||
|
Reference in New Issue
Block a user