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
/
pgstattuple
/
uninstall_pgstattuple.sql
blob
b50fe97ae9bf81dbff4a33c1051e30bc32749558
1
/* $PostgreSQL$ */
2
3
-- Adjust this setting to control where the objects get dropped.
4
SET search_path = public;
5
6
DROP FUNCTION pgstattuple(text);
7
DROP FUNCTION pgstattuple(oid);
8
DROP FUNCTION pgstatindex(text);
9
DROP FUNCTION pg_relpages(text);