repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git]
/
contrib
/
pgrowlocks
/
uninstall_pgrowlocks.sql
blob
8bc59e41ca8d28fd185655caccda924008f1aabb
1
/* $PostgreSQL$ */
2
3
-- Adjust this setting to control where the objects get dropped.
4
SET search_path = public;
5
6
DROP FUNCTION pgrowlocks(text);