index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgrowlocks
/
uninstall_pgrowlocks.sql
blob: 9e37d11975540eca7c81e69a3576676ff784cafa (
plain
)
1
2
3
4
5
SET
search_path
=
public
;
DROP
FUNCTION
pgrowlocks
(
text
);
DROP
TYPE
pgrowlocks_type
;