diff options
Diffstat (limited to 'contrib/pgrowlocks')
| -rw-r--r-- | contrib/pgrowlocks/uninstall_pgrowlocks.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pgrowlocks/uninstall_pgrowlocks.sql b/contrib/pgrowlocks/uninstall_pgrowlocks.sql index b1a1f58b52d..d2b2e5cc18d 100644 --- a/contrib/pgrowlocks/uninstall_pgrowlocks.sql +++ b/contrib/pgrowlocks/uninstall_pgrowlocks.sql @@ -1,3 +1,4 @@ +-- Adjust this setting to control where the objects get dropped. SET search_path = public; DROP FUNCTION pgrowlocks(text); |
